Shades of Deep Lilac #8A4DC8
Tints of Deep Lilac #8A4DC8
RGB
CMYK
RGB Variations
Color information
#8A4DC8 (or 0x8A4DC8) is known color: Deep Lilac. HEX triplet: 8A, 4D and C8. RGB value is (138,77,200). Sum of RGB (Red+Green+Blue) = 138+77+200=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A4DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DC8 is #75B237. Grayscale: #6C6C6C. Windows color (decimal): -7713336 or 13127050. OLE color: 13127050.
HSL color Cylindrical-coordinate representation of color #8A4DC8: hue angle of 269.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A4DC8 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 77 | 200 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.22 |
| HSL | 269.76º | 0.53% | 0.54% | - |
| HSV(B) | 269.76º | 0.62% | 0.78% | - |
| XYZ | 23.56 | 14.88 | 56.27 | - |
| YUV | 109.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 200 | 0.31 | 0.62 | 0 | 0.22 | 269.76 | 0.53 | 0.54 |
| Hex | 8A | 4D | C8 | 1F | 3E | 0 | 16 | 10E | 35 | 36 |
| Octal | 212 | 115 | 310 | 37 | 76 | 0 | 26 | 416 | 65 | 66 |
| Binary | 10001010 | 1001101 | 11001000 | 11111 | 111110 | 0 | 10110 | 100001110 | 110101 | 110110 |
Color Harmonies of #8A4DC8
Complementary color
Monochromatic Colors of #8A4DC8
Black with #8A4DC8
Text Example
Text Example
White with #8A4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DC8; }
p { color: rgb(138,77,200); }
H1.HeaderClassName
{
color: #8A4DC8;
}
.AnyTagClassName
{
color: #8A4DC8;
}
</style>
background-color css
<style>
a { background-color: #8A4DC8; }
a { background-color: rgb(138,77,200); }
div.DivClassName
{
background-color: #8A4DC8;
}
.BgClassName
{
background-color: #8A4DC8;
}
</style>
border-color css
<style>
span { border-color: #8A4DC8; }
span { border-color: rgb(138,77,200); }
td.TdClassName
{
border-color: #8A4DC8;
}
.TagClassName
{
border-color: #8A4DC8;
}
</style>