Shades of Lilac Bush #9672BE
Tints of Lilac Bush #9672BE
RGB
CMYK
RGB Variations
Color information
#9672BE (or 0x9672BE) is known color: Lilac Bush. HEX triplet: 96, 72 and BE. RGB value is (150,114,190). Sum of RGB (Red+Green+Blue) = 150+114+190=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9672BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672BE is #698D41. Grayscale: #858585. Windows color (decimal): -6917442 or 12481174. OLE color: 12481174.
HSL color Cylindrical-coordinate representation of color #9672BE: hue angle of 268.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9672BE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 114 | 190 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.25 |
| HSL | 268.42º | 0.37% | 0.6% | - |
| HSV(B) | 268.42º | 0.4% | 0.75% | - |
| XYZ | 27.89 | 22.24 | 51.54 | - |
| YUV | 133.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 190 | 0.21 | 0.40 | 0 | 0.25 | 268.42 | 0.37 | 0.6 |
| Hex | 96 | 72 | BE | 15 | 28 | 0 | 19 | 10C | 25 | 3C |
| Octal | 226 | 162 | 276 | 25 | 50 | 0 | 31 | 414 | 45 | 74 |
| Binary | 10010110 | 1110010 | 10111110 | 10101 | 101000 | 0 | 11001 | 100001100 | 100101 | 111100 |
Color Harmonies of #9672BE
Complementary color
Monochromatic Colors of #9672BE
Black with #9672BE
Text Example
Text Example
White with #9672BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672BE; }
p { color: rgb(150,114,190); }
H1.HeaderClassName
{
color: #9672BE;
}
.AnyTagClassName
{
color: #9672BE;
}
</style>
background-color css
<style>
a { background-color: #9672BE; }
a { background-color: rgb(150,114,190); }
div.DivClassName
{
background-color: #9672BE;
}
.BgClassName
{
background-color: #9672BE;
}
</style>
border-color css
<style>
span { border-color: #9672BE; }
span { border-color: rgb(150,114,190); }
td.TdClassName
{
border-color: #9672BE;
}
.TagClassName
{
border-color: #9672BE;
}
</style>