Shades of Lilac Bush #9672CA
Tints of Lilac Bush #9672CA
RGB
CMYK
RGB Variations
Color information
#9672CA (or 0x9672CA) is known color: Lilac Bush. HEX triplet: 96, 72 and CA. RGB value is (150,114,202). Sum of RGB (Red+Green+Blue) = 150+114+202=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #9672CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672CA is #698D35. Grayscale: #868686. Windows color (decimal): -6917430 or 13267606. OLE color: 13267606.
HSL color Cylindrical-coordinate representation of color #9672CA: hue angle of 264.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9672CA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 114 | 202 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.21 |
| HSL | 264.55º | 0.45% | 0.62% | - |
| HSV(B) | 264.55º | 0.44% | 0.79% | - |
| XYZ | 29.26 | 22.78 | 58.73 | - |
| YUV | 134.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 202 | 0.26 | 0.44 | 0 | 0.21 | 264.55 | 0.45 | 0.62 |
| Hex | 96 | 72 | CA | 1A | 2C | 0 | 15 | 109 | 2D | 3E |
| Octal | 226 | 162 | 312 | 32 | 54 | 0 | 25 | 411 | 55 | 76 |
| Binary | 10010110 | 1110010 | 11001010 | 11010 | 101100 | 0 | 10101 | 100001001 | 101101 | 111110 |
Color Harmonies of #9672CA
Complementary color
Monochromatic Colors of #9672CA
Black with #9672CA
Text Example
Text Example
White with #9672CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672CA; }
p { color: rgb(150,114,202); }
H1.HeaderClassName
{
color: #9672CA;
}
.AnyTagClassName
{
color: #9672CA;
}
</style>
background-color css
<style>
a { background-color: #9672CA; }
a { background-color: rgb(150,114,202); }
div.DivClassName
{
background-color: #9672CA;
}
.BgClassName
{
background-color: #9672CA;
}
</style>
border-color css
<style>
span { border-color: #9672CA; }
span { border-color: rgb(150,114,202); }
td.TdClassName
{
border-color: #9672CA;
}
.TagClassName
{
border-color: #9672CA;
}
</style>