Shades of Deep Lilac #9B5BBE
Tints of Deep Lilac #9B5BBE
RGB
CMYK
RGB Variations
Color information
#9B5BBE (or 0x9B5BBE) is known color: Deep Lilac. HEX triplet: 9B, 5B and BE. RGB value is (155,91,190). Sum of RGB (Red+Green+Blue) = 155+91+190=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B5BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BBE is #64A441. Grayscale: #797979. Windows color (decimal): -6595650 or 12475291. OLE color: 12475291.
HSL color Cylindrical-coordinate representation of color #9B5BBE: hue angle of 278.79º 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 #9B5BBE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 91 | 190 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.25 |
| HSL | 278.79º | 0.43% | 0.55% | - |
| HSV(B) | 278.79º | 0.52% | 0.75% | - |
| XYZ | 26.55 | 18.17 | 50.82 | - |
| YUV | 121.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 190 | 0.18 | 0.52 | 0 | 0.25 | 278.79 | 0.43 | 0.55 |
| Hex | 9B | 5B | BE | 12 | 34 | 0 | 19 | 117 | 2B | 37 |
| Octal | 233 | 133 | 276 | 22 | 64 | 0 | 31 | 427 | 53 | 67 |
| Binary | 10011011 | 1011011 | 10111110 | 10010 | 110100 | 0 | 11001 | 100010111 | 101011 | 110111 |
Color Harmonies of #9B5BBE
Complementary color
Monochromatic Colors of #9B5BBE
Black with #9B5BBE
Text Example
Text Example
White with #9B5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5BBE; }
p { color: rgb(155,91,190); }
H1.HeaderClassName
{
color: #9B5BBE;
}
.AnyTagClassName
{
color: #9B5BBE;
}
</style>
background-color css
<style>
a { background-color: #9B5BBE; }
a { background-color: rgb(155,91,190); }
div.DivClassName
{
background-color: #9B5BBE;
}
.BgClassName
{
background-color: #9B5BBE;
}
</style>
border-color css
<style>
span { border-color: #9B5BBE; }
span { border-color: rgb(155,91,190); }
td.TdClassName
{
border-color: #9B5BBE;
}
.TagClassName
{
border-color: #9B5BBE;
}
</style>