Shades of Deep Lilac #9B63B6
Tints of Deep Lilac #9B63B6
RGB
CMYK
RGB Variations
Color information
#9B63B6 (or 0x9B63B6) is known color: Deep Lilac. HEX triplet: 9B, 63 and B6. RGB value is (155,99,182). Sum of RGB (Red+Green+Blue) = 155+99+182=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B63B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63B6 is #649C49. Grayscale: #7C7C7C. Windows color (decimal): -6593610 or 11953051. OLE color: 11953051.
HSL color Cylindrical-coordinate representation of color #9B63B6: hue angle of 280.48º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B63B6 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 99 | 182 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.29 |
| HSL | 280.48º | 0.36% | 0.55% | - |
| HSV(B) | 280.48º | 0.46% | 0.71% | - |
| XYZ | 26.42 | 19.27 | 46.58 | - |
| YUV | 125.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 182 | 0.15 | 0.46 | 0 | 0.29 | 280.48 | 0.36 | 0.55 |
| Hex | 9B | 63 | B6 | F | 2E | 0 | 1D | 118 | 24 | 37 |
| Octal | 233 | 143 | 266 | 17 | 56 | 0 | 35 | 430 | 44 | 67 |
| Binary | 10011011 | 1100011 | 10110110 | 1111 | 101110 | 0 | 11101 | 100011000 | 100100 | 110111 |
Color Harmonies of #9B63B6
Complementary color
Monochromatic Colors of #9B63B6
Black with #9B63B6
Text Example
Text Example
White with #9B63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63B6; }
p { color: rgb(155,99,182); }
H1.HeaderClassName
{
color: #9B63B6;
}
.AnyTagClassName
{
color: #9B63B6;
}
</style>
background-color css
<style>
a { background-color: #9B63B6; }
a { background-color: rgb(155,99,182); }
div.DivClassName
{
background-color: #9B63B6;
}
.BgClassName
{
background-color: #9B63B6;
}
</style>
border-color css
<style>
span { border-color: #9B63B6; }
span { border-color: rgb(155,99,182); }
td.TdClassName
{
border-color: #9B63B6;
}
.TagClassName
{
border-color: #9B63B6;
}
</style>