Shades of Deep Lilac #8A42AB
Tints of Deep Lilac #8A42AB
RGB
CMYK
RGB Variations
Color information
#8A42AB (or 0x8A42AB) is known color: Deep Lilac. HEX triplet: 8A, 42 and AB. RGB value is (138,66,171). Sum of RGB (Red+Green+Blue) = 138+66+171=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A42AB is #75BD54. Grayscale: #636363. Windows color (decimal): -7716181 or 11223690. OLE color: 11223690.
HSL color Cylindrical-coordinate representation of color #8A42AB: hue angle of 281.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A42AB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 66 | 171 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.33 |
| HSL | 281.14º | 0.44% | 0.46% | - |
| HSV(B) | 281.14º | 0.61% | 0.67% | - |
| XYZ | 19.78 | 12.24 | 39.85 | - |
| YUV | 99.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 171 | 0.19 | 0.61 | 0 | 0.33 | 281.14 | 0.44 | 0.46 |
| Hex | 8A | 42 | AB | 13 | 3D | 0 | 21 | 119 | 2C | 2E |
| Octal | 212 | 102 | 253 | 23 | 75 | 0 | 41 | 431 | 54 | 56 |
| Binary | 10001010 | 1000010 | 10101011 | 10011 | 111101 | 0 | 100001 | 100011001 | 101100 | 101110 |
Color Harmonies of #8A42AB
Complementary color
Monochromatic Colors of #8A42AB
Black with #8A42AB
Text Example
Text Example
White with #8A42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A42AB; }
p { color: rgb(138,66,171); }
H1.HeaderClassName
{
color: #8A42AB;
}
.AnyTagClassName
{
color: #8A42AB;
}
</style>
background-color css
<style>
a { background-color: #8A42AB; }
a { background-color: rgb(138,66,171); }
div.DivClassName
{
background-color: #8A42AB;
}
.BgClassName
{
background-color: #8A42AB;
}
</style>
border-color css
<style>
span { border-color: #8A42AB; }
span { border-color: rgb(138,66,171); }
td.TdClassName
{
border-color: #8A42AB;
}
.TagClassName
{
border-color: #8A42AB;
}
</style>