Shades of Deep Lilac #8A42AE
Tints of Deep Lilac #8A42AE
RGB
CMYK
RGB Variations
Color information
#8A42AE (or 0x8A42AE) is known color: Deep Lilac. HEX triplet: 8A, 42 and AE. RGB value is (138,66,174). Sum of RGB (Red+Green+Blue) = 138+66+174=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A42AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A42AE is #75BD51. Grayscale: #636363. Windows color (decimal): -7716178 or 11420298. OLE color: 11420298.
HSL color Cylindrical-coordinate representation of color #8A42AE: hue angle of 280º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A42AE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 66 | 174 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.32 |
| HSL | 280º | 0.45% | 0.47% | - |
| HSV(B) | 280º | 0.62% | 0.68% | - |
| XYZ | 20.07 | 12.36 | 41.37 | - |
| YUV | 99.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 174 | 0.21 | 0.62 | 0 | 0.32 | 280 | 0.45 | 0.47 |
| Hex | 8A | 42 | AE | 15 | 3E | 0 | 20 | 118 | 2D | 2F |
| Octal | 212 | 102 | 256 | 25 | 76 | 0 | 40 | 430 | 55 | 57 |
| Binary | 10001010 | 1000010 | 10101110 | 10101 | 111110 | 0 | 100000 | 100011000 | 101101 | 101111 |
Color Harmonies of #8A42AE
Complementary color
Monochromatic Colors of #8A42AE
Black with #8A42AE
Text Example
Text Example
White with #8A42AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A42AE; }
p { color: rgb(138,66,174); }
H1.HeaderClassName
{
color: #8A42AE;
}
.AnyTagClassName
{
color: #8A42AE;
}
</style>
background-color css
<style>
a { background-color: #8A42AE; }
a { background-color: rgb(138,66,174); }
div.DivClassName
{
background-color: #8A42AE;
}
.BgClassName
{
background-color: #8A42AE;
}
</style>
border-color css
<style>
span { border-color: #8A42AE; }
span { border-color: rgb(138,66,174); }
td.TdClassName
{
border-color: #8A42AE;
}
.TagClassName
{
border-color: #8A42AE;
}
</style>