Shades of Deep Lilac #9151CB
Tints of Deep Lilac #9151CB
RGB
CMYK
RGB Variations
Color information
#9151CB (or 0x9151CB) is known color: Deep Lilac. HEX triplet: 91, 51 and CB. RGB value is (145,81,203). Sum of RGB (Red+Green+Blue) = 145+81+203=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #9151CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151CB is #6EAE34. Grayscale: #717171. Windows color (decimal): -7253557 or 13324689. OLE color: 13324689.
HSL color Cylindrical-coordinate representation of color #9151CB: hue angle of 271.48º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9151CB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 81 | 203 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.20 |
| HSL | 271.48º | 0.54% | 0.56% | - |
| HSV(B) | 271.48º | 0.6% | 0.8% | - |
| XYZ | 25.4 | 16.22 | 58.29 | - |
| YUV | 114.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 203 | 0.29 | 0.60 | 0 | 0.20 | 271.48 | 0.54 | 0.56 |
| Hex | 91 | 51 | CB | 1D | 3C | 0 | 14 | 10F | 36 | 38 |
| Octal | 221 | 121 | 313 | 35 | 74 | 0 | 24 | 417 | 66 | 70 |
| Binary | 10010001 | 1010001 | 11001011 | 11101 | 111100 | 0 | 10100 | 100001111 | 110110 | 111000 |
Color Harmonies of #9151CB
Complementary color
Monochromatic Colors of #9151CB
Black with #9151CB
Text Example
Text Example
White with #9151CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151CB; }
p { color: rgb(145,81,203); }
H1.HeaderClassName
{
color: #9151CB;
}
.AnyTagClassName
{
color: #9151CB;
}
</style>
background-color css
<style>
a { background-color: #9151CB; }
a { background-color: rgb(145,81,203); }
div.DivClassName
{
background-color: #9151CB;
}
.BgClassName
{
background-color: #9151CB;
}
</style>
border-color css
<style>
span { border-color: #9151CB; }
span { border-color: rgb(145,81,203); }
td.TdClassName
{
border-color: #9151CB;
}
.TagClassName
{
border-color: #9151CB;
}
</style>