Shades of Lilac Bush #916BCB
Tints of Lilac Bush #916BCB
RGB
CMYK
RGB Variations
Color information
#916BCB (or 0x916BCB) is known color: Lilac Bush. HEX triplet: 91, 6B and CB. RGB value is (145,107,203). Sum of RGB (Red+Green+Blue) = 145+107+203=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #916BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BCB is #6E9434. Grayscale: #808080. Windows color (decimal): -7246901 or 13331345. OLE color: 13331345.
HSL color Cylindrical-coordinate representation of color #916BCB: hue angle of 263.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #916BCB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 107 | 203 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.20 |
| HSL | 263.75º | 0.48% | 0.61% | - |
| HSV(B) | 263.75º | 0.47% | 0.8% | - |
| XYZ | 27.71 | 20.85 | 59.06 | - |
| YUV | 129.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 203 | 0.29 | 0.47 | 0 | 0.20 | 263.75 | 0.48 | 0.61 |
| Hex | 91 | 6B | CB | 1D | 2F | 0 | 14 | 108 | 30 | 3D |
| Octal | 221 | 153 | 313 | 35 | 57 | 0 | 24 | 410 | 60 | 75 |
| Binary | 10010001 | 1101011 | 11001011 | 11101 | 101111 | 0 | 10100 | 100001000 | 110000 | 111101 |
Color Harmonies of #916BCB
Complementary color
Monochromatic Colors of #916BCB
Black with #916BCB
Text Example
Text Example
White with #916BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BCB; }
p { color: rgb(145,107,203); }
H1.HeaderClassName
{
color: #916BCB;
}
.AnyTagClassName
{
color: #916BCB;
}
</style>
background-color css
<style>
a { background-color: #916BCB; }
a { background-color: rgb(145,107,203); }
div.DivClassName
{
background-color: #916BCB;
}
.BgClassName
{
background-color: #916BCB;
}
</style>
border-color css
<style>
span { border-color: #916BCB; }
span { border-color: rgb(145,107,203); }
td.TdClassName
{
border-color: #916BCB;
}
.TagClassName
{
border-color: #916BCB;
}
</style>