Shades of Lilac Bush #9672C8
Tints of Lilac Bush #9672C8
RGB
CMYK
RGB Variations
Color information
#9672C8 (or 0x9672C8) is known color: Lilac Bush. HEX triplet: 96, 72 and C8. RGB value is (150,114,200). Sum of RGB (Red+Green+Blue) = 150+114+200=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #9672C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672C8 is #698D37. Grayscale: #868686. Windows color (decimal): -6917432 or 13136534. OLE color: 13136534.
HSL color Cylindrical-coordinate representation of color #9672C8: hue angle of 265.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9672C8 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 114 | 200 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.22 |
| HSL | 265.12º | 0.44% | 0.62% | - |
| HSV(B) | 265.12º | 0.43% | 0.78% | - |
| XYZ | 29.02 | 22.69 | 57.49 | - |
| YUV | 134.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 200 | 0.25 | 0.43 | 0 | 0.22 | 265.12 | 0.44 | 0.62 |
| Hex | 96 | 72 | C8 | 19 | 2B | 0 | 16 | 109 | 2C | 3E |
| Octal | 226 | 162 | 310 | 31 | 53 | 0 | 26 | 411 | 54 | 76 |
| Binary | 10010110 | 1110010 | 11001000 | 11001 | 101011 | 0 | 10110 | 100001001 | 101100 | 111110 |
Color Harmonies of #9672C8
Complementary color
Monochromatic Colors of #9672C8
Black with #9672C8
Text Example
Text Example
White with #9672C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672C8; }
p { color: rgb(150,114,200); }
H1.HeaderClassName
{
color: #9672C8;
}
.AnyTagClassName
{
color: #9672C8;
}
</style>
background-color css
<style>
a { background-color: #9672C8; }
a { background-color: rgb(150,114,200); }
div.DivClassName
{
background-color: #9672C8;
}
.BgClassName
{
background-color: #9672C8;
}
</style>
border-color css
<style>
span { border-color: #9672C8; }
span { border-color: rgb(150,114,200); }
td.TdClassName
{
border-color: #9672C8;
}
.TagClassName
{
border-color: #9672C8;
}
</style>