Shades of Lilac Bush #9973CE
Tints of Lilac Bush #9973CE
RGB
CMYK
RGB Variations
Color information
#9973CE (or 0x9973CE) is known color: Lilac Bush. HEX triplet: 99, 73 and CE. RGB value is (153,115,206). Sum of RGB (Red+Green+Blue) = 153+115+206=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9973CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973CE is #668C31. Grayscale: #888888. Windows color (decimal): -6720562 or 13530009. OLE color: 13530009.
HSL color Cylindrical-coordinate representation of color #9973CE: hue angle of 265.05º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9973CE is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 115 | 206 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.19 |
| HSL | 265.06º | 0.48% | 0.63% | - |
| HSV(B) | 265.06º | 0.44% | 0.81% | - |
| XYZ | 30.41 | 23.49 | 61.32 | - |
| YUV | 136.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 206 | 0.26 | 0.44 | 0 | 0.19 | 265.06 | 0.48 | 0.63 |
| Hex | 99 | 73 | CE | 1A | 2C | 0 | 13 | 109 | 30 | 3F |
| Octal | 231 | 163 | 316 | 32 | 54 | 0 | 23 | 411 | 60 | 77 |
| Binary | 10011001 | 1110011 | 11001110 | 11010 | 101100 | 0 | 10011 | 100001001 | 110000 | 111111 |
Color Harmonies of #9973CE
Complementary color
Monochromatic Colors of #9973CE
Black with #9973CE
Text Example
Text Example
White with #9973CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973CE; }
p { color: rgb(153,115,206); }
H1.HeaderClassName
{
color: #9973CE;
}
.AnyTagClassName
{
color: #9973CE;
}
</style>
background-color css
<style>
a { background-color: #9973CE; }
a { background-color: rgb(153,115,206); }
div.DivClassName
{
background-color: #9973CE;
}
.BgClassName
{
background-color: #9973CE;
}
</style>
border-color css
<style>
span { border-color: #9973CE; }
span { border-color: rgb(153,115,206); }
td.TdClassName
{
border-color: #9973CE;
}
.TagClassName
{
border-color: #9973CE;
}
</style>