Shades of Lilac Bush #916CCA
Tints of Lilac Bush #916CCA
RGB
CMYK
RGB Variations
Color information
#916CCA (or 0x916CCA) is known color: Lilac Bush. HEX triplet: 91, 6C and CA. RGB value is (145,108,202). Sum of RGB (Red+Green+Blue) = 145+108+202=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #916CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CCA is #6E9335. Grayscale: #818181. Windows color (decimal): -7246646 or 13266065. OLE color: 13266065.
HSL color Cylindrical-coordinate representation of color #916CCA: hue angle of 263.62º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #916CCA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 108 | 202 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.21 |
| HSL | 263.62º | 0.47% | 0.61% | - |
| HSV(B) | 263.62º | 0.47% | 0.79% | - |
| XYZ | 27.7 | 21.01 | 58.47 | - |
| YUV | 129.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 202 | 0.28 | 0.47 | 0 | 0.21 | 263.62 | 0.47 | 0.61 |
| Hex | 91 | 6C | CA | 1C | 2F | 0 | 15 | 108 | 2F | 3D |
| Octal | 221 | 154 | 312 | 34 | 57 | 0 | 25 | 410 | 57 | 75 |
| Binary | 10010001 | 1101100 | 11001010 | 11100 | 101111 | 0 | 10101 | 100001000 | 101111 | 111101 |
Color Harmonies of #916CCA
Complementary color
Monochromatic Colors of #916CCA
Black with #916CCA
Text Example
Text Example
White with #916CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CCA; }
p { color: rgb(145,108,202); }
H1.HeaderClassName
{
color: #916CCA;
}
.AnyTagClassName
{
color: #916CCA;
}
</style>
background-color css
<style>
a { background-color: #916CCA; }
a { background-color: rgb(145,108,202); }
div.DivClassName
{
background-color: #916CCA;
}
.BgClassName
{
background-color: #916CCA;
}
</style>
border-color css
<style>
span { border-color: #916CCA; }
span { border-color: rgb(145,108,202); }
td.TdClassName
{
border-color: #916CCA;
}
.TagClassName
{
border-color: #916CCA;
}
</style>