Shades of Deep Lilac #8A4CBD
Tints of Deep Lilac #8A4CBD
RGB
CMYK
RGB Variations
Color information
#8A4CBD (or 0x8A4CBD) is known color: Deep Lilac. HEX triplet: 8A, 4C and BD. RGB value is (138,76,189). Sum of RGB (Red+Green+Blue) = 138+76+189=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A4CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CBD is #75B342. Grayscale: #6B6B6B. Windows color (decimal): -7713603 or 12405898. OLE color: 12405898.
HSL color Cylindrical-coordinate representation of color #8A4CBD: hue angle of 272.92º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A4CBD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 76 | 189 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.26 |
| HSL | 272.92º | 0.46% | 0.52% | - |
| HSV(B) | 272.92º | 0.6% | 0.74% | - |
| XYZ | 22.25 | 14.25 | 49.72 | - |
| YUV | 107.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 189 | 0.27 | 0.60 | 0 | 0.26 | 272.92 | 0.46 | 0.52 |
| Hex | 8A | 4C | BD | 1B | 3C | 0 | 1A | 111 | 2E | 34 |
| Octal | 212 | 114 | 275 | 33 | 74 | 0 | 32 | 421 | 56 | 64 |
| Binary | 10001010 | 1001100 | 10111101 | 11011 | 111100 | 0 | 11010 | 100010001 | 101110 | 110100 |
Color Harmonies of #8A4CBD
Complementary color
Monochromatic Colors of #8A4CBD
Black with #8A4CBD
Text Example
Text Example
White with #8A4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CBD; }
p { color: rgb(138,76,189); }
H1.HeaderClassName
{
color: #8A4CBD;
}
.AnyTagClassName
{
color: #8A4CBD;
}
</style>
background-color css
<style>
a { background-color: #8A4CBD; }
a { background-color: rgb(138,76,189); }
div.DivClassName
{
background-color: #8A4CBD;
}
.BgClassName
{
background-color: #8A4CBD;
}
</style>
border-color css
<style>
span { border-color: #8A4CBD; }
span { border-color: rgb(138,76,189); }
td.TdClassName
{
border-color: #8A4CBD;
}
.TagClassName
{
border-color: #8A4CBD;
}
</style>