Shades of Lilac Bush #9973CF
Tints of Lilac Bush #9973CF
RGB
CMYK
RGB Variations
Color information
#9973CF (or 0x9973CF) is known color: Lilac Bush. HEX triplet: 99, 73 and CF. RGB value is (153,115,207). Sum of RGB (Red+Green+Blue) = 153+115+207=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #9973CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973CF is #668C30. Grayscale: #888888. Windows color (decimal): -6720561 or 13595545. OLE color: 13595545.
HSL color Cylindrical-coordinate representation of color #9973CF: hue angle of 264.78º degrees, saturation: 0.49, 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 #9973CF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 115 | 207 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.19 |
| HSL | 264.78º | 0.49% | 0.63% | - |
| HSV(B) | 264.78º | 0.44% | 0.81% | - |
| XYZ | 30.53 | 23.54 | 61.97 | - |
| YUV | 136.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 207 | 0.26 | 0.44 | 0 | 0.19 | 264.78 | 0.49 | 0.63 |
| Hex | 99 | 73 | CF | 1A | 2C | 0 | 13 | 109 | 31 | 3F |
| Octal | 231 | 163 | 317 | 32 | 54 | 0 | 23 | 411 | 61 | 77 |
| Binary | 10011001 | 1110011 | 11001111 | 11010 | 101100 | 0 | 10011 | 100001001 | 110001 | 111111 |
Color Harmonies of #9973CF
Complementary color
Monochromatic Colors of #9973CF
Black with #9973CF
Text Example
Text Example
White with #9973CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973CF; }
p { color: rgb(153,115,207); }
H1.HeaderClassName
{
color: #9973CF;
}
.AnyTagClassName
{
color: #9973CF;
}
</style>
background-color css
<style>
a { background-color: #9973CF; }
a { background-color: rgb(153,115,207); }
div.DivClassName
{
background-color: #9973CF;
}
.BgClassName
{
background-color: #9973CF;
}
</style>
border-color css
<style>
span { border-color: #9973CF; }
span { border-color: rgb(153,115,207); }
td.TdClassName
{
border-color: #9973CF;
}
.TagClassName
{
border-color: #9973CF;
}
</style>