Shades of Deep Lilac #8A4BC8
Tints of Deep Lilac #8A4BC8
RGB
CMYK
RGB Variations
Color information
#8A4BC8 (or 0x8A4BC8) is known color: Deep Lilac. HEX triplet: 8A, 4B and C8. RGB value is (138,75,200). Sum of RGB (Red+Green+Blue) = 138+75+200=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A4BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4BC8 is #75B437. Grayscale: #6B6B6B. Windows color (decimal): -7713848 or 13126538. OLE color: 13126538.
HSL color Cylindrical-coordinate representation of color #8A4BC8: hue angle of 270.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A4BC8 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 75 | 200 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.22 |
| HSL | 270.24º | 0.53% | 0.54% | - |
| HSV(B) | 270.24º | 0.63% | 0.78% | - |
| XYZ | 23.42 | 14.61 | 56.23 | - |
| YUV | 108.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 200 | 0.31 | 0.62 | 0 | 0.22 | 270.24 | 0.53 | 0.54 |
| Hex | 8A | 4B | C8 | 1F | 3E | 0 | 16 | 10E | 35 | 36 |
| Octal | 212 | 113 | 310 | 37 | 76 | 0 | 26 | 416 | 65 | 66 |
| Binary | 10001010 | 1001011 | 11001000 | 11111 | 111110 | 0 | 10110 | 100001110 | 110101 | 110110 |
Color Harmonies of #8A4BC8
Complementary color
Monochromatic Colors of #8A4BC8
Black with #8A4BC8
Text Example
Text Example
White with #8A4BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BC8; }
p { color: rgb(138,75,200); }
H1.HeaderClassName
{
color: #8A4BC8;
}
.AnyTagClassName
{
color: #8A4BC8;
}
</style>
background-color css
<style>
a { background-color: #8A4BC8; }
a { background-color: rgb(138,75,200); }
div.DivClassName
{
background-color: #8A4BC8;
}
.BgClassName
{
background-color: #8A4BC8;
}
</style>
border-color css
<style>
span { border-color: #8A4BC8; }
span { border-color: rgb(138,75,200); }
td.TdClassName
{
border-color: #8A4BC8;
}
.TagClassName
{
border-color: #8A4BC8;
}
</style>