Shades of Deep Lilac #9251CC
Tints of Deep Lilac #9251CC
RGB
CMYK
RGB Variations
Color information
#9251CC (or 0x9251CC) is known color: Deep Lilac. HEX triplet: 92, 51 and CC. RGB value is (146,81,204). Sum of RGB (Red+Green+Blue) = 146+81+204=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #9251CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251CC is #6DAE33. Grayscale: #727272. Windows color (decimal): -7188020 or 13390226. OLE color: 13390226.
HSL color Cylindrical-coordinate representation of color #9251CC: hue angle of 271.71º degrees, saturation: 0.55, 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 #9251CC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 81 | 204 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.2 |
| HSL | 271.71º | 0.55% | 0.56% | - |
| HSV(B) | 271.71º | 0.6% | 0.8% | - |
| XYZ | 25.7 | 16.36 | 58.93 | - |
| YUV | 114.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 204 | 0.28 | 0.60 | 0 | 0.2 | 271.71 | 0.55 | 0.56 |
| Hex | 92 | 51 | CC | 1C | 3C | 0 | 14 | 110 | 37 | 38 |
| Octal | 222 | 121 | 314 | 34 | 74 | 0 | 24 | 420 | 67 | 70 |
| Binary | 10010010 | 1010001 | 11001100 | 11100 | 111100 | 0 | 10100 | 100010000 | 110111 | 111000 |
Color Harmonies of #9251CC
Complementary color
Monochromatic Colors of #9251CC
Black with #9251CC
Text Example
Text Example
White with #9251CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251CC; }
p { color: rgb(146,81,204); }
H1.HeaderClassName
{
color: #9251CC;
}
.AnyTagClassName
{
color: #9251CC;
}
</style>
background-color css
<style>
a { background-color: #9251CC; }
a { background-color: rgb(146,81,204); }
div.DivClassName
{
background-color: #9251CC;
}
.BgClassName
{
background-color: #9251CC;
}
</style>
border-color css
<style>
span { border-color: #9251CC; }
span { border-color: rgb(146,81,204); }
td.TdClassName
{
border-color: #9251CC;
}
.TagClassName
{
border-color: #9251CC;
}
</style>