Shades of Deep Lilac #9A42AC
Tints of Deep Lilac #9A42AC
RGB
CMYK
RGB Variations
Color information
#9A42AC (or 0x9A42AC) is known color: Deep Lilac. HEX triplet: 9A, 42 and AC. RGB value is (154,66,172). Sum of RGB (Red+Green+Blue) = 154+66+172=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A42AC is #65BD53. Grayscale: #686868. Windows color (decimal): -6667604 or 11289242. OLE color: 11289242.
HSL color Cylindrical-coordinate representation of color #9A42AC: hue angle of 289.81º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A42AC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 66 | 172 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.33 |
| HSL | 289.81º | 0.45% | 0.47% | - |
| HSV(B) | 289.81º | 0.62% | 0.67% | - |
| XYZ | 22.72 | 13.75 | 40.49 | - |
| YUV | 104.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 172 | 0.10 | 0.62 | 0 | 0.33 | 289.81 | 0.45 | 0.47 |
| Hex | 9A | 42 | AC | A | 3E | 0 | 21 | 122 | 2D | 2F |
| Octal | 232 | 102 | 254 | 12 | 76 | 0 | 41 | 442 | 55 | 57 |
| Binary | 10011010 | 1000010 | 10101100 | 1010 | 111110 | 0 | 100001 | 100100010 | 101101 | 101111 |
Color Harmonies of #9A42AC
Complementary color
Monochromatic Colors of #9A42AC
Black with #9A42AC
Text Example
Text Example
White with #9A42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A42AC; }
p { color: rgb(154,66,172); }
H1.HeaderClassName
{
color: #9A42AC;
}
.AnyTagClassName
{
color: #9A42AC;
}
</style>
background-color css
<style>
a { background-color: #9A42AC; }
a { background-color: rgb(154,66,172); }
div.DivClassName
{
background-color: #9A42AC;
}
.BgClassName
{
background-color: #9A42AC;
}
</style>
border-color css
<style>
span { border-color: #9A42AC; }
span { border-color: rgb(154,66,172); }
td.TdClassName
{
border-color: #9A42AC;
}
.TagClassName
{
border-color: #9A42AC;
}
</style>