Shades of Lilac Bush #9673BE
Tints of Lilac Bush #9673BE
RGB
CMYK
RGB Variations
Color information
#9673BE (or 0x9673BE) is known color: Lilac Bush. HEX triplet: 96, 73 and BE. RGB value is (150,115,190). Sum of RGB (Red+Green+Blue) = 150+115+190=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9673BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673BE is #698C41. Grayscale: #858585. Windows color (decimal): -6917186 or 12481430. OLE color: 12481430.
HSL color Cylindrical-coordinate representation of color #9673BE: hue angle of 268º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9673BE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 115 | 190 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.25 |
| HSL | 268º | 0.37% | 0.6% | - |
| HSV(B) | 268º | 0.39% | 0.75% | - |
| XYZ | 28 | 22.46 | 51.58 | - |
| YUV | 134.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 190 | 0.21 | 0.39 | 0 | 0.25 | 268 | 0.37 | 0.6 |
| Hex | 96 | 73 | BE | 15 | 27 | 0 | 19 | 10C | 25 | 3C |
| Octal | 226 | 163 | 276 | 25 | 47 | 0 | 31 | 414 | 45 | 74 |
| Binary | 10010110 | 1110011 | 10111110 | 10101 | 100111 | 0 | 11001 | 100001100 | 100101 | 111100 |
Color Harmonies of #9673BE
Complementary color
Monochromatic Colors of #9673BE
Black with #9673BE
Text Example
Text Example
White with #9673BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673BE; }
p { color: rgb(150,115,190); }
H1.HeaderClassName
{
color: #9673BE;
}
.AnyTagClassName
{
color: #9673BE;
}
</style>
background-color css
<style>
a { background-color: #9673BE; }
a { background-color: rgb(150,115,190); }
div.DivClassName
{
background-color: #9673BE;
}
.BgClassName
{
background-color: #9673BE;
}
</style>
border-color css
<style>
span { border-color: #9673BE; }
span { border-color: rgb(150,115,190); }
td.TdClassName
{
border-color: #9673BE;
}
.TagClassName
{
border-color: #9673BE;
}
</style>