Shades of Lilac Bush #9673CC
Tints of Lilac Bush #9673CC
RGB
CMYK
RGB Variations
Color information
#9673CC (or 0x9673CC) is known color: Lilac Bush. HEX triplet: 96, 73 and CC. RGB value is (150,115,204). Sum of RGB (Red+Green+Blue) = 150+115+204=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9673CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673CC is #698C33. Grayscale: #878787. Windows color (decimal): -6917172 or 13398934. OLE color: 13398934.
HSL color Cylindrical-coordinate representation of color #9673CC: hue angle of 263.6º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9673CC is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 115 | 204 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.2 |
| HSL | 263.6º | 0.47% | 0.63% | - |
| HSV(B) | 263.6º | 0.44% | 0.8% | - |
| XYZ | 29.61 | 23.11 | 60.03 | - |
| YUV | 135.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 204 | 0.26 | 0.44 | 0 | 0.2 | 263.6 | 0.47 | 0.63 |
| Hex | 96 | 73 | CC | 1A | 2C | 0 | 14 | 108 | 2F | 3F |
| Octal | 226 | 163 | 314 | 32 | 54 | 0 | 24 | 410 | 57 | 77 |
| Binary | 10010110 | 1110011 | 11001100 | 11010 | 101100 | 0 | 10100 | 100001000 | 101111 | 111111 |
Color Harmonies of #9673CC
Complementary color
Monochromatic Colors of #9673CC
Black with #9673CC
Text Example
Text Example
White with #9673CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673CC; }
p { color: rgb(150,115,204); }
H1.HeaderClassName
{
color: #9673CC;
}
.AnyTagClassName
{
color: #9673CC;
}
</style>
background-color css
<style>
a { background-color: #9673CC; }
a { background-color: rgb(150,115,204); }
div.DivClassName
{
background-color: #9673CC;
}
.BgClassName
{
background-color: #9673CC;
}
</style>
border-color css
<style>
span { border-color: #9673CC; }
span { border-color: rgb(150,115,204); }
td.TdClassName
{
border-color: #9673CC;
}
.TagClassName
{
border-color: #9673CC;
}
</style>