Shades of Deep Lilac #9B51CE
Tints of Deep Lilac #9B51CE
RGB
CMYK
RGB Variations
Color information
#9B51CE (or 0x9B51CE) is known color: Deep Lilac. HEX triplet: 9B, 51 and CE. RGB value is (155,81,206). Sum of RGB (Red+Green+Blue) = 155+81+206=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B51CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51CE is #64AE31. Grayscale: #747474. Windows color (decimal): -6598194 or 13521307. OLE color: 13521307.
HSL color Cylindrical-coordinate representation of color #9B51CE: hue angle of 275.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B51CE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 81 | 206 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.19 |
| HSL | 275.52º | 0.56% | 0.56% | - |
| HSV(B) | 275.52º | 0.61% | 0.81% | - |
| XYZ | 27.6 | 17.31 | 60.28 | - |
| YUV | 117.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 206 | 0.25 | 0.61 | 0 | 0.19 | 275.52 | 0.56 | 0.56 |
| Hex | 9B | 51 | CE | 19 | 3D | 0 | 13 | 114 | 38 | 38 |
| Octal | 233 | 121 | 316 | 31 | 75 | 0 | 23 | 424 | 70 | 70 |
| Binary | 10011011 | 1010001 | 11001110 | 11001 | 111101 | 0 | 10011 | 100010100 | 111000 | 111000 |
Color Harmonies of #9B51CE
Complementary color
Monochromatic Colors of #9B51CE
Black with #9B51CE
Text Example
Text Example
White with #9B51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B51CE; }
p { color: rgb(155,81,206); }
H1.HeaderClassName
{
color: #9B51CE;
}
.AnyTagClassName
{
color: #9B51CE;
}
</style>
background-color css
<style>
a { background-color: #9B51CE; }
a { background-color: rgb(155,81,206); }
div.DivClassName
{
background-color: #9B51CE;
}
.BgClassName
{
background-color: #9B51CE;
}
</style>
border-color css
<style>
span { border-color: #9B51CE; }
span { border-color: rgb(155,81,206); }
td.TdClassName
{
border-color: #9B51CE;
}
.TagClassName
{
border-color: #9B51CE;
}
</style>