Shades of Deep Lilac #9B63B4
Tints of Deep Lilac #9B63B4
RGB
CMYK
RGB Variations
Color information
#9B63B4 (or 0x9B63B4) is known color: Deep Lilac. HEX triplet: 9B, 63 and B4. RGB value is (155,99,180). Sum of RGB (Red+Green+Blue) = 155+99+180=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #9B63B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63B4 is #649C4B. Grayscale: #7C7C7C. Windows color (decimal): -6593612 or 11821979. OLE color: 11821979.
HSL color Cylindrical-coordinate representation of color #9B63B4: hue angle of 281.48º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B63B4 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 99 | 180 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.29 |
| HSL | 281.48º | 0.35% | 0.55% | - |
| HSV(B) | 281.48º | 0.45% | 0.71% | - |
| XYZ | 26.22 | 19.19 | 45.5 | - |
| YUV | 124.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 180 | 0.14 | 0.45 | 0 | 0.29 | 281.48 | 0.35 | 0.55 |
| Hex | 9B | 63 | B4 | E | 2D | 0 | 1D | 119 | 23 | 37 |
| Octal | 233 | 143 | 264 | 16 | 55 | 0 | 35 | 431 | 43 | 67 |
| Binary | 10011011 | 1100011 | 10110100 | 1110 | 101101 | 0 | 11101 | 100011001 | 100011 | 110111 |
Color Harmonies of #9B63B4
Complementary color
Monochromatic Colors of #9B63B4
Black with #9B63B4
Text Example
Text Example
White with #9B63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63B4; }
p { color: rgb(155,99,180); }
H1.HeaderClassName
{
color: #9B63B4;
}
.AnyTagClassName
{
color: #9B63B4;
}
</style>
background-color css
<style>
a { background-color: #9B63B4; }
a { background-color: rgb(155,99,180); }
div.DivClassName
{
background-color: #9B63B4;
}
.BgClassName
{
background-color: #9B63B4;
}
</style>
border-color css
<style>
span { border-color: #9B63B4; }
span { border-color: rgb(155,99,180); }
td.TdClassName
{
border-color: #9B63B4;
}
.TagClassName
{
border-color: #9B63B4;
}
</style>