Shades of Lilac Bush #9672CB
Tints of Lilac Bush #9672CB
RGB
CMYK
RGB Variations
Color information
#9672CB (or 0x9672CB) is known color: Lilac Bush. HEX triplet: 96, 72 and CB. RGB value is (150,114,203). Sum of RGB (Red+Green+Blue) = 150+114+203=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #9672CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672CB is #698D34. Grayscale: #868686. Windows color (decimal): -6917429 or 13333142. OLE color: 13333142.
HSL color Cylindrical-coordinate representation of color #9672CB: hue angle of 264.27º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9672CB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 114 | 203 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.20 |
| HSL | 264.27º | 0.46% | 0.62% | - |
| HSV(B) | 264.27º | 0.44% | 0.8% | - |
| XYZ | 29.37 | 22.83 | 59.36 | - |
| YUV | 134.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 203 | 0.26 | 0.44 | 0 | 0.20 | 264.27 | 0.46 | 0.62 |
| Hex | 96 | 72 | CB | 1A | 2C | 0 | 14 | 108 | 2E | 3E |
| Octal | 226 | 162 | 313 | 32 | 54 | 0 | 24 | 410 | 56 | 76 |
| Binary | 10010110 | 1110010 | 11001011 | 11010 | 101100 | 0 | 10100 | 100001000 | 101110 | 111110 |
Color Harmonies of #9672CB
Complementary color
Monochromatic Colors of #9672CB
Black with #9672CB
Text Example
Text Example
White with #9672CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672CB; }
p { color: rgb(150,114,203); }
H1.HeaderClassName
{
color: #9672CB;
}
.AnyTagClassName
{
color: #9672CB;
}
</style>
background-color css
<style>
a { background-color: #9672CB; }
a { background-color: rgb(150,114,203); }
div.DivClassName
{
background-color: #9672CB;
}
.BgClassName
{
background-color: #9672CB;
}
</style>
border-color css
<style>
span { border-color: #9672CB; }
span { border-color: rgb(150,114,203); }
td.TdClassName
{
border-color: #9672CB;
}
.TagClassName
{
border-color: #9672CB;
}
</style>