Shades of Deep Lilac #9C51BF
Tints of Deep Lilac #9C51BF
RGB
CMYK
RGB Variations
Color information
#9C51BF (or 0x9C51BF) is known color: Deep Lilac. HEX triplet: 9C, 51 and BF. RGB value is (156,81,191). Sum of RGB (Red+Green+Blue) = 156+81+191=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C51BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C51BF is #63AE40. Grayscale: #737373. Windows color (decimal): -6532673 or 12538268. OLE color: 12538268.
HSL color Cylindrical-coordinate representation of color #9C51BF: hue angle of 280.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C51BF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 81 | 191 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.25 |
| HSL | 280.91º | 0.46% | 0.53% | - |
| HSV(B) | 280.91º | 0.58% | 0.75% | - |
| XYZ | 26.06 | 16.71 | 51.14 | - |
| YUV | 115.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 191 | 0.18 | 0.58 | 0 | 0.25 | 280.91 | 0.46 | 0.53 |
| Hex | 9C | 51 | BF | 12 | 3A | 0 | 19 | 119 | 2E | 35 |
| Octal | 234 | 121 | 277 | 22 | 72 | 0 | 31 | 431 | 56 | 65 |
| Binary | 10011100 | 1010001 | 10111111 | 10010 | 111010 | 0 | 11001 | 100011001 | 101110 | 110101 |
Color Harmonies of #9C51BF
Complementary color
Monochromatic Colors of #9C51BF
Black with #9C51BF
Text Example
Text Example
White with #9C51BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C51BF; }
p { color: rgb(156,81,191); }
H1.HeaderClassName
{
color: #9C51BF;
}
.AnyTagClassName
{
color: #9C51BF;
}
</style>
background-color css
<style>
a { background-color: #9C51BF; }
a { background-color: rgb(156,81,191); }
div.DivClassName
{
background-color: #9C51BF;
}
.BgClassName
{
background-color: #9C51BF;
}
</style>
border-color css
<style>
span { border-color: #9C51BF; }
span { border-color: rgb(156,81,191); }
td.TdClassName
{
border-color: #9C51BF;
}
.TagClassName
{
border-color: #9C51BF;
}
</style>