Shades of Deep Lilac #8A55B4
Tints of Deep Lilac #8A55B4
RGB
CMYK
RGB Variations
Color information
#8A55B4 (or 0x8A55B4) is known color: Deep Lilac. HEX triplet: 8A, 55 and B4. RGB value is (138,85,180). Sum of RGB (Red+Green+Blue) = 138+85+180=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A55B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A55B4 is #75AA4B. Grayscale: #6F6F6F. Windows color (decimal): -7711308 or 11818378. OLE color: 11818378.
HSL color Cylindrical-coordinate representation of color #8A55B4: hue angle of 273.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A55B4 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 85 | 180 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.29 |
| HSL | 273.47º | 0.39% | 0.52% | - |
| HSV(B) | 273.47º | 0.53% | 0.71% | - |
| XYZ | 21.97 | 15.2 | 44.96 | - |
| YUV | 111.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 180 | 0.23 | 0.53 | 0 | 0.29 | 273.47 | 0.39 | 0.52 |
| Hex | 8A | 55 | B4 | 17 | 35 | 0 | 1D | 111 | 27 | 34 |
| Octal | 212 | 125 | 264 | 27 | 65 | 0 | 35 | 421 | 47 | 64 |
| Binary | 10001010 | 1010101 | 10110100 | 10111 | 110101 | 0 | 11101 | 100010001 | 100111 | 110100 |
Color Harmonies of #8A55B4
Complementary color
Monochromatic Colors of #8A55B4
Black with #8A55B4
Text Example
Text Example
White with #8A55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A55B4; }
p { color: rgb(138,85,180); }
H1.HeaderClassName
{
color: #8A55B4;
}
.AnyTagClassName
{
color: #8A55B4;
}
</style>
background-color css
<style>
a { background-color: #8A55B4; }
a { background-color: rgb(138,85,180); }
div.DivClassName
{
background-color: #8A55B4;
}
.BgClassName
{
background-color: #8A55B4;
}
</style>
border-color css
<style>
span { border-color: #8A55B4; }
span { border-color: rgb(138,85,180); }
td.TdClassName
{
border-color: #8A55B4;
}
.TagClassName
{
border-color: #8A55B4;
}
</style>