Shades of Deep Lilac #8A4CCA
Tints of Deep Lilac #8A4CCA
RGB
CMYK
RGB Variations
Color information
#8A4CCA (or 0x8A4CCA) is known color: Deep Lilac. HEX triplet: 8A, 4C and CA. RGB value is (138,76,202). Sum of RGB (Red+Green+Blue) = 138+76+202=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A4CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CCA is #75B335. Grayscale: #6C6C6C. Windows color (decimal): -7713590 or 13257866. OLE color: 13257866.
HSL color Cylindrical-coordinate representation of color #8A4CCA: hue angle of 269.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A4CCA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 76 | 202 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.21 |
| HSL | 269.52º | 0.54% | 0.55% | - |
| HSV(B) | 269.52º | 0.62% | 0.79% | - |
| XYZ | 23.73 | 14.84 | 57.49 | - |
| YUV | 108.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 202 | 0.32 | 0.62 | 0 | 0.21 | 269.52 | 0.54 | 0.55 |
| Hex | 8A | 4C | CA | 20 | 3E | 0 | 15 | 10E | 36 | 37 |
| Octal | 212 | 114 | 312 | 40 | 76 | 0 | 25 | 416 | 66 | 67 |
| Binary | 10001010 | 1001100 | 11001010 | 100000 | 111110 | 0 | 10101 | 100001110 | 110110 | 110111 |
Color Harmonies of #8A4CCA
Complementary color
Monochromatic Colors of #8A4CCA
Black with #8A4CCA
Text Example
Text Example
White with #8A4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CCA; }
p { color: rgb(138,76,202); }
H1.HeaderClassName
{
color: #8A4CCA;
}
.AnyTagClassName
{
color: #8A4CCA;
}
</style>
background-color css
<style>
a { background-color: #8A4CCA; }
a { background-color: rgb(138,76,202); }
div.DivClassName
{
background-color: #8A4CCA;
}
.BgClassName
{
background-color: #8A4CCA;
}
</style>
border-color css
<style>
span { border-color: #8A4CCA; }
span { border-color: rgb(138,76,202); }
td.TdClassName
{
border-color: #8A4CCA;
}
.TagClassName
{
border-color: #8A4CCA;
}
</style>