Shades of Deep Lilac #8A5ABC
Tints of Deep Lilac #8A5ABC
RGB
CMYK
RGB Variations
Color information
#8A5ABC (or 0x8A5ABC) is known color: Deep Lilac. HEX triplet: 8A, 5A and BC. RGB value is (138,90,188). Sum of RGB (Red+Green+Blue) = 138+90+188=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ABC is #75A543. Grayscale: #737373. Windows color (decimal): -7710020 or 12343946. OLE color: 12343946.
HSL color Cylindrical-coordinate representation of color #8A5ABC: hue angle of 269.39º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A5ABC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 90 | 188 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.26 |
| HSL | 269.39º | 0.42% | 0.55% | - |
| HSV(B) | 269.39º | 0.52% | 0.74% | - |
| XYZ | 23.21 | 16.35 | 49.51 | - |
| YUV | 115.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 188 | 0.27 | 0.52 | 0 | 0.26 | 269.39 | 0.42 | 0.55 |
| Hex | 8A | 5A | BC | 1B | 34 | 0 | 1A | 10D | 2A | 37 |
| Octal | 212 | 132 | 274 | 33 | 64 | 0 | 32 | 415 | 52 | 67 |
| Binary | 10001010 | 1011010 | 10111100 | 11011 | 110100 | 0 | 11010 | 100001101 | 101010 | 110111 |
Color Harmonies of #8A5ABC
Complementary color
Monochromatic Colors of #8A5ABC
Black with #8A5ABC
Text Example
Text Example
White with #8A5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5ABC; }
p { color: rgb(138,90,188); }
H1.HeaderClassName
{
color: #8A5ABC;
}
.AnyTagClassName
{
color: #8A5ABC;
}
</style>
background-color css
<style>
a { background-color: #8A5ABC; }
a { background-color: rgb(138,90,188); }
div.DivClassName
{
background-color: #8A5ABC;
}
.BgClassName
{
background-color: #8A5ABC;
}
</style>
border-color css
<style>
span { border-color: #8A5ABC; }
span { border-color: rgb(138,90,188); }
td.TdClassName
{
border-color: #8A5ABC;
}
.TagClassName
{
border-color: #8A5ABC;
}
</style>