Shades of Deep Lilac #9451CB
Tints of Deep Lilac #9451CB
RGB
CMYK
RGB Variations
Color information
#9451CB (or 0x9451CB) is known color: Deep Lilac. HEX triplet: 94, 51 and CB. RGB value is (148,81,203). Sum of RGB (Red+Green+Blue) = 148+81+203=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #9451CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451CB is #6BAE34. Grayscale: #727272. Windows color (decimal): -7056949 or 13324692. OLE color: 13324692.
HSL color Cylindrical-coordinate representation of color #9451CB: hue angle of 272.95º 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 #9451CB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 81 | 203 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.20 |
| HSL | 272.95º | 0.54% | 0.56% | - |
| HSV(B) | 272.95º | 0.6% | 0.8% | - |
| XYZ | 25.93 | 16.49 | 58.32 | - |
| YUV | 114.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 203 | 0.27 | 0.60 | 0 | 0.20 | 272.95 | 0.54 | 0.56 |
| Hex | 94 | 51 | CB | 1B | 3C | 0 | 14 | 111 | 36 | 38 |
| Octal | 224 | 121 | 313 | 33 | 74 | 0 | 24 | 421 | 66 | 70 |
| Binary | 10010100 | 1010001 | 11001011 | 11011 | 111100 | 0 | 10100 | 100010001 | 110110 | 111000 |
Color Harmonies of #9451CB
Complementary color
Monochromatic Colors of #9451CB
Black with #9451CB
Text Example
Text Example
White with #9451CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451CB; }
p { color: rgb(148,81,203); }
H1.HeaderClassName
{
color: #9451CB;
}
.AnyTagClassName
{
color: #9451CB;
}
</style>
background-color css
<style>
a { background-color: #9451CB; }
a { background-color: rgb(148,81,203); }
div.DivClassName
{
background-color: #9451CB;
}
.BgClassName
{
background-color: #9451CB;
}
</style>
border-color css
<style>
span { border-color: #9451CB; }
span { border-color: rgb(148,81,203); }
td.TdClassName
{
border-color: #9451CB;
}
.TagClassName
{
border-color: #9451CB;
}
</style>