Shades of Deep Lilac #9351CB
Tints of Deep Lilac #9351CB
RGB
CMYK
RGB Variations
Color information
#9351CB (or 0x9351CB) is known color: Deep Lilac. HEX triplet: 93, 51 and CB. RGB value is (147,81,203). Sum of RGB (Red+Green+Blue) = 147+81+203=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #9351CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351CB is #6CAE34. Grayscale: #727272. Windows color (decimal): -7122485 or 13324691. OLE color: 13324691.
HSL color Cylindrical-coordinate representation of color #9351CB: hue angle of 272.46º 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 #9351CB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 81 | 203 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.20 |
| HSL | 272.46º | 0.54% | 0.56% | - |
| HSV(B) | 272.46º | 0.6% | 0.8% | - |
| XYZ | 25.75 | 16.4 | 58.31 | - |
| YUV | 114.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 203 | 0.28 | 0.60 | 0 | 0.20 | 272.46 | 0.54 | 0.56 |
| Hex | 93 | 51 | CB | 1C | 3C | 0 | 14 | 110 | 36 | 38 |
| Octal | 223 | 121 | 313 | 34 | 74 | 0 | 24 | 420 | 66 | 70 |
| Binary | 10010011 | 1010001 | 11001011 | 11100 | 111100 | 0 | 10100 | 100010000 | 110110 | 111000 |
Color Harmonies of #9351CB
Complementary color
Monochromatic Colors of #9351CB
Black with #9351CB
Text Example
Text Example
White with #9351CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351CB; }
p { color: rgb(147,81,203); }
H1.HeaderClassName
{
color: #9351CB;
}
.AnyTagClassName
{
color: #9351CB;
}
</style>
background-color css
<style>
a { background-color: #9351CB; }
a { background-color: rgb(147,81,203); }
div.DivClassName
{
background-color: #9351CB;
}
.BgClassName
{
background-color: #9351CB;
}
</style>
border-color css
<style>
span { border-color: #9351CB; }
span { border-color: rgb(147,81,203); }
td.TdClassName
{
border-color: #9351CB;
}
.TagClassName
{
border-color: #9351CB;
}
</style>