Shades of Deep Lilac #9B5CBE
Tints of Deep Lilac #9B5CBE
RGB
CMYK
RGB Variations
Color information
#9B5CBE (or 0x9B5CBE) is known color: Deep Lilac. HEX triplet: 9B, 5C and BE. RGB value is (155,92,190). Sum of RGB (Red+Green+Blue) = 155+92+190=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CBE is #64A341. Grayscale: #797979. Windows color (decimal): -6595394 or 12475547. OLE color: 12475547.
HSL color Cylindrical-coordinate representation of color #9B5CBE: hue angle of 278.57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B5CBE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 92 | 190 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.25 |
| HSL | 278.57º | 0.43% | 0.55% | - |
| HSV(B) | 278.57º | 0.52% | 0.75% | - |
| XYZ | 26.64 | 18.34 | 50.85 | - |
| YUV | 122.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 92 | 190 | 0.18 | 0.52 | 0 | 0.25 | 278.57 | 0.43 | 0.55 |
| Hex | 9B | 5C | BE | 12 | 34 | 0 | 19 | 117 | 2B | 37 |
| Octal | 233 | 134 | 276 | 22 | 64 | 0 | 31 | 427 | 53 | 67 |
| Binary | 10011011 | 1011100 | 10111110 | 10010 | 110100 | 0 | 11001 | 100010111 | 101011 | 110111 |
Color Harmonies of #9B5CBE
Complementary color
Monochromatic Colors of #9B5CBE
Black with #9B5CBE
Text Example
Text Example
White with #9B5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5CBE; }
p { color: rgb(155,92,190); }
H1.HeaderClassName
{
color: #9B5CBE;
}
.AnyTagClassName
{
color: #9B5CBE;
}
</style>
background-color css
<style>
a { background-color: #9B5CBE; }
a { background-color: rgb(155,92,190); }
div.DivClassName
{
background-color: #9B5CBE;
}
.BgClassName
{
background-color: #9B5CBE;
}
</style>
border-color css
<style>
span { border-color: #9B5CBE; }
span { border-color: rgb(155,92,190); }
td.TdClassName
{
border-color: #9B5CBE;
}
.TagClassName
{
border-color: #9B5CBE;
}
</style>