Shades of Deep Lilac #8A4BBD
Tints of Deep Lilac #8A4BBD
RGB
CMYK
RGB Variations
Color information
#8A4BBD (or 0x8A4BBD) is known color: Deep Lilac. HEX triplet: 8A, 4B and BD. RGB value is (138,75,189). Sum of RGB (Red+Green+Blue) = 138+75+189=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A4BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4BBD is #75B442. Grayscale: #6A6A6A. Windows color (decimal): -7713859 or 12405642. OLE color: 12405642.
HSL color Cylindrical-coordinate representation of color #8A4BBD: hue angle of 273.16º 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 #8A4BBD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 75 | 189 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.26 |
| HSL | 273.16º | 0.46% | 0.52% | - |
| HSV(B) | 273.16º | 0.6% | 0.74% | - |
| XYZ | 22.18 | 14.11 | 49.7 | - |
| YUV | 106.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 189 | 0.27 | 0.60 | 0 | 0.26 | 273.16 | 0.46 | 0.52 |
| Hex | 8A | 4B | BD | 1B | 3C | 0 | 1A | 111 | 2E | 34 |
| Octal | 212 | 113 | 275 | 33 | 74 | 0 | 32 | 421 | 56 | 64 |
| Binary | 10001010 | 1001011 | 10111101 | 11011 | 111100 | 0 | 11010 | 100010001 | 101110 | 110100 |
Color Harmonies of #8A4BBD
Complementary color
Monochromatic Colors of #8A4BBD
Black with #8A4BBD
Text Example
Text Example
White with #8A4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BBD; }
p { color: rgb(138,75,189); }
H1.HeaderClassName
{
color: #8A4BBD;
}
.AnyTagClassName
{
color: #8A4BBD;
}
</style>
background-color css
<style>
a { background-color: #8A4BBD; }
a { background-color: rgb(138,75,189); }
div.DivClassName
{
background-color: #8A4BBD;
}
.BgClassName
{
background-color: #8A4BBD;
}
</style>
border-color css
<style>
span { border-color: #8A4BBD; }
span { border-color: rgb(138,75,189); }
td.TdClassName
{
border-color: #8A4BBD;
}
.TagClassName
{
border-color: #8A4BBD;
}
</style>