Shades of Deep Lilac #9A4ACE
Tints of Deep Lilac #9A4ACE
RGB
CMYK
RGB Variations
Color information
#9A4ACE (or 0x9A4ACE) is known color: Deep Lilac. HEX triplet: 9A, 4A and CE. RGB value is (154,74,206). Sum of RGB (Red+Green+Blue) = 154+74+206=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4ACE is #65B531. Grayscale: #707070. Windows color (decimal): -6665522 or 13519514. OLE color: 13519514.
HSL color Cylindrical-coordinate representation of color #9A4ACE: hue angle of 276.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A4ACE is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 74 | 206 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.19 |
| HSL | 276.36º | 0.57% | 0.55% | - |
| HSV(B) | 276.36º | 0.64% | 0.81% | - |
| XYZ | 26.92 | 16.22 | 60.11 | - |
| YUV | 112.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 206 | 0.25 | 0.64 | 0 | 0.19 | 276.36 | 0.57 | 0.55 |
| Hex | 9A | 4A | CE | 19 | 40 | 0 | 13 | 114 | 39 | 37 |
| Octal | 232 | 112 | 316 | 31 | 100 | 0 | 23 | 424 | 71 | 67 |
| Binary | 10011010 | 1001010 | 11001110 | 11001 | 1000000 | 0 | 10011 | 100010100 | 111001 | 110111 |
Color Harmonies of #9A4ACE
Complementary color
Monochromatic Colors of #9A4ACE
Black with #9A4ACE
Text Example
Text Example
White with #9A4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4ACE; }
p { color: rgb(154,74,206); }
H1.HeaderClassName
{
color: #9A4ACE;
}
.AnyTagClassName
{
color: #9A4ACE;
}
</style>
background-color css
<style>
a { background-color: #9A4ACE; }
a { background-color: rgb(154,74,206); }
div.DivClassName
{
background-color: #9A4ACE;
}
.BgClassName
{
background-color: #9A4ACE;
}
</style>
border-color css
<style>
span { border-color: #9A4ACE; }
span { border-color: rgb(154,74,206); }
td.TdClassName
{
border-color: #9A4ACE;
}
.TagClassName
{
border-color: #9A4ACE;
}
</style>