Shades of Deep Lilac #9A63B6
Tints of Deep Lilac #9A63B6
RGB
CMYK
RGB Variations
Color information
#9A63B6 (or 0x9A63B6) is known color: Deep Lilac. HEX triplet: 9A, 63 and B6. RGB value is (154,99,182). Sum of RGB (Red+Green+Blue) = 154+99+182=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A63B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63B6 is #659C49. Grayscale: #7C7C7C. Windows color (decimal): -6659146 or 11953050. OLE color: 11953050.
HSL color Cylindrical-coordinate representation of color #9A63B6: hue angle of 279.76º 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 #9A63B6 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 99 | 182 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.29 |
| HSL | 279.76º | 0.36% | 0.55% | - |
| HSV(B) | 279.76º | 0.46% | 0.71% | - |
| XYZ | 26.23 | 19.17 | 46.57 | - |
| YUV | 124.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 182 | 0.15 | 0.46 | 0 | 0.29 | 279.76 | 0.36 | 0.55 |
| Hex | 9A | 63 | B6 | F | 2E | 0 | 1D | 118 | 24 | 37 |
| Octal | 232 | 143 | 266 | 17 | 56 | 0 | 35 | 430 | 44 | 67 |
| Binary | 10011010 | 1100011 | 10110110 | 1111 | 101110 | 0 | 11101 | 100011000 | 100100 | 110111 |
Color Harmonies of #9A63B6
Complementary color
Monochromatic Colors of #9A63B6
Black with #9A63B6
Text Example
Text Example
White with #9A63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63B6; }
p { color: rgb(154,99,182); }
H1.HeaderClassName
{
color: #9A63B6;
}
.AnyTagClassName
{
color: #9A63B6;
}
</style>
background-color css
<style>
a { background-color: #9A63B6; }
a { background-color: rgb(154,99,182); }
div.DivClassName
{
background-color: #9A63B6;
}
.BgClassName
{
background-color: #9A63B6;
}
</style>
border-color css
<style>
span { border-color: #9A63B6; }
span { border-color: rgb(154,99,182); }
td.TdClassName
{
border-color: #9A63B6;
}
.TagClassName
{
border-color: #9A63B6;
}
</style>