Shades of Deep Lilac #9B64BE
Tints of Deep Lilac #9B64BE
RGB
CMYK
RGB Variations
Color information
#9B64BE (or 0x9B64BE) is known color: Deep Lilac. HEX triplet: 9B, 64 and BE. RGB value is (155,100,190). Sum of RGB (Red+Green+Blue) = 155+100+190=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64BE is #649B41. Grayscale: #7E7E7E. Windows color (decimal): -6593346 or 12477595. OLE color: 12477595.
HSL color Cylindrical-coordinate representation of color #9B64BE: hue angle of 276.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B64BE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 100 | 190 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.25 |
| HSL | 276.67º | 0.41% | 0.57% | - |
| HSV(B) | 276.67º | 0.47% | 0.75% | - |
| XYZ | 27.37 | 19.8 | 51.09 | - |
| YUV | 126.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 190 | 0.18 | 0.47 | 0 | 0.25 | 276.67 | 0.41 | 0.57 |
| Hex | 9B | 64 | BE | 12 | 2F | 0 | 19 | 115 | 29 | 39 |
| Octal | 233 | 144 | 276 | 22 | 57 | 0 | 31 | 425 | 51 | 71 |
| Binary | 10011011 | 1100100 | 10111110 | 10010 | 101111 | 0 | 11001 | 100010101 | 101001 | 111001 |
Color Harmonies of #9B64BE
Complementary color
Monochromatic Colors of #9B64BE
Black with #9B64BE
Text Example
Text Example
White with #9B64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B64BE; }
p { color: rgb(155,100,190); }
H1.HeaderClassName
{
color: #9B64BE;
}
.AnyTagClassName
{
color: #9B64BE;
}
</style>
background-color css
<style>
a { background-color: #9B64BE; }
a { background-color: rgb(155,100,190); }
div.DivClassName
{
background-color: #9B64BE;
}
.BgClassName
{
background-color: #9B64BE;
}
</style>
border-color css
<style>
span { border-color: #9B64BE; }
span { border-color: rgb(155,100,190); }
td.TdClassName
{
border-color: #9B64BE;
}
.TagClassName
{
border-color: #9B64BE;
}
</style>