Shades of Lilac Bush #9672CF
Tints of Lilac Bush #9672CF
RGB
CMYK
RGB Variations
Color information
#9672CF (or 0x9672CF) is known color: Lilac Bush. HEX triplet: 96, 72 and CF. RGB value is (150,114,207). Sum of RGB (Red+Green+Blue) = 150+114+207=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #9672CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672CF is #698D30. Grayscale: #878787. Windows color (decimal): -6917425 or 13595286. OLE color: 13595286.
HSL color Cylindrical-coordinate representation of color #9672CF: hue angle of 263.23º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9672CF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 114 | 207 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.19 |
| HSL | 263.23º | 0.49% | 0.63% | - |
| HSV(B) | 263.23º | 0.45% | 0.81% | - |
| XYZ | 29.86 | 23.02 | 61.9 | - |
| YUV | 135.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 207 | 0.28 | 0.45 | 0 | 0.19 | 263.23 | 0.49 | 0.63 |
| Hex | 96 | 72 | CF | 1C | 2D | 0 | 13 | 107 | 31 | 3F |
| Octal | 226 | 162 | 317 | 34 | 55 | 0 | 23 | 407 | 61 | 77 |
| Binary | 10010110 | 1110010 | 11001111 | 11100 | 101101 | 0 | 10011 | 100000111 | 110001 | 111111 |
Color Harmonies of #9672CF
Complementary color
Monochromatic Colors of #9672CF
Black with #9672CF
Text Example
Text Example
White with #9672CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672CF; }
p { color: rgb(150,114,207); }
H1.HeaderClassName
{
color: #9672CF;
}
.AnyTagClassName
{
color: #9672CF;
}
</style>
background-color css
<style>
a { background-color: #9672CF; }
a { background-color: rgb(150,114,207); }
div.DivClassName
{
background-color: #9672CF;
}
.BgClassName
{
background-color: #9672CF;
}
</style>
border-color css
<style>
span { border-color: #9672CF; }
span { border-color: rgb(150,114,207); }
td.TdClassName
{
border-color: #9672CF;
}
.TagClassName
{
border-color: #9672CF;
}
</style>