Color spaces of #99097d
RGB | 153 | 9 | 125 |
---|---|---|---|
HSL | 0.87 | 0.89 | 0.32 |
HSV | 312° | 94° | 60° |
CMYK | 0.00 | 0.94 | 0.18 0.40 |
XYZ | 16.9362 | 8.4483 | 20.1401 |
Yxy | 8.4483 | 0.3720 | 0.1856 |
Hunter Lab | 29.0660 | 53.1432 | -20.7365 |
CIE-Lab | 34.8996 | 61.9653 | -26.1963 |
#99097d color RGB value is (153,9,125).
#99097d hex color red value is 153, green value is 9 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #99097d hue: 0.87 , saturation: 0.89 and the lightness value of 99097d is 0.32.
The process color (four color CMYK) of #99097d color hex is 0.00, 0.94, 0.18, 0.40. Web safe color of #99097d is #990066. Color #99097d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00001001 | 01111101 |
Octal | 231 | 11 | 175 |
Decimal | 153 | 9 | 125 |
Hex | 99 | 9 | 7D |
Shades of #99097d
Tints of #99097d
RGB Percentages of Color #99097d
CMYK Percentages of Color #99097d
Complementary Color
#99097d | #099925 |
#99097d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99097d Color Preview on White Background
Lorem ipsum dolor sit amet.
#99097d Color CSS Codes
.mybgcolor {background-color:#99097d; } .myforecolor {color:#99097d; } .mybordercolor {border:3px solid #99097d; }
#99097d Text Font Color
<p style="color:#99097d">Text here</p>
This sample text font color is #99097d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#99097d Background Color
<div style="background-color:#99097d">
Div content here</div>
This div background color is #99097d
#99097d Border Color
<div style="border:3px solid #99097d">
Div here</div>
This div border color is #99097d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,9,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99097d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99097d; -webkit-box-shadow: 1px 1px 3px 2px #99097d; box-shadow: 1px 1px 3px 2px #99097d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,9,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99097d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99097d; -webkit-box-shadow: 1px 1px 3px 2px #99097d; box-shadow: 1px 1px 3px 2px #99097d;">
Div content here</div>
This div box has shadow with color #99097d
Comments
No comments written yet.
Please login to write comment.