Shades of Deep Lilac #8A4DCA
Tints of Deep Lilac #8A4DCA
RGB
CMYK
RGB Variations
Color information
#8A4DCA (or 0x8A4DCA) is known color: Deep Lilac. HEX triplet: 8A, 4D and CA. RGB value is (138,77,202). Sum of RGB (Red+Green+Blue) = 138+77+202=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DCA is #75B235. Grayscale: #6D6D6D. Windows color (decimal): -7713334 or 13258122. OLE color: 13258122.
HSL color Cylindrical-coordinate representation of color #8A4DCA: hue angle of 269.28º 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 #8A4DCA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 77 | 202 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.21 |
| HSL | 269.28º | 0.54% | 0.55% | - |
| HSV(B) | 269.28º | 0.62% | 0.79% | - |
| XYZ | 23.8 | 14.98 | 57.51 | - |
| YUV | 109.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 202 | 0.32 | 0.62 | 0 | 0.21 | 269.28 | 0.54 | 0.55 |
| Hex | 8A | 4D | CA | 20 | 3E | 0 | 15 | 10D | 36 | 37 |
| Octal | 212 | 115 | 312 | 40 | 76 | 0 | 25 | 415 | 66 | 67 |
| Binary | 10001010 | 1001101 | 11001010 | 100000 | 111110 | 0 | 10101 | 100001101 | 110110 | 110111 |
Color Harmonies of #8A4DCA
Complementary color
Monochromatic Colors of #8A4DCA
Black with #8A4DCA
Text Example
Text Example
White with #8A4DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DCA; }
p { color: rgb(138,77,202); }
H1.HeaderClassName
{
color: #8A4DCA;
}
.AnyTagClassName
{
color: #8A4DCA;
}
</style>
background-color css
<style>
a { background-color: #8A4DCA; }
a { background-color: rgb(138,77,202); }
div.DivClassName
{
background-color: #8A4DCA;
}
.BgClassName
{
background-color: #8A4DCA;
}
</style>
border-color css
<style>
span { border-color: #8A4DCA; }
span { border-color: rgb(138,77,202); }
td.TdClassName
{
border-color: #8A4DCA;
}
.TagClassName
{
border-color: #8A4DCA;
}
</style>