Shades of Deep Lilac #8A54C4
Tints of Deep Lilac #8A54C4
RGB
CMYK
RGB Variations
Color information
#8A54C4 (or 0x8A54C4) is known color: Deep Lilac. HEX triplet: 8A, 54 and C4. RGB value is (138,84,196). Sum of RGB (Red+Green+Blue) = 138+84+196=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A54C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A54C4 is #75AB3B. Grayscale: #707070. Windows color (decimal): -7711548 or 12866698. OLE color: 12866698.
HSL color Cylindrical-coordinate representation of color #8A54C4: hue angle of 268.93º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A54C4 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 84 | 196 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.23 |
| HSL | 268.93º | 0.49% | 0.55% | - |
| HSV(B) | 268.93º | 0.57% | 0.77% | - |
| XYZ | 23.62 | 15.73 | 54.02 | - |
| YUV | 112.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 196 | 0.30 | 0.57 | 0 | 0.23 | 268.93 | 0.49 | 0.55 |
| Hex | 8A | 54 | C4 | 1E | 39 | 0 | 17 | 10D | 31 | 37 |
| Octal | 212 | 124 | 304 | 36 | 71 | 0 | 27 | 415 | 61 | 67 |
| Binary | 10001010 | 1010100 | 11000100 | 11110 | 111001 | 0 | 10111 | 100001101 | 110001 | 110111 |
Color Harmonies of #8A54C4
Complementary color
Monochromatic Colors of #8A54C4
Black with #8A54C4
Text Example
Text Example
White with #8A54C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A54C4; }
p { color: rgb(138,84,196); }
H1.HeaderClassName
{
color: #8A54C4;
}
.AnyTagClassName
{
color: #8A54C4;
}
</style>
background-color css
<style>
a { background-color: #8A54C4; }
a { background-color: rgb(138,84,196); }
div.DivClassName
{
background-color: #8A54C4;
}
.BgClassName
{
background-color: #8A54C4;
}
</style>
border-color css
<style>
span { border-color: #8A54C4; }
span { border-color: rgb(138,84,196); }
td.TdClassName
{
border-color: #8A54C4;
}
.TagClassName
{
border-color: #8A54C4;
}
</style>