Shades of Deep Lilac #8A4BBA
Tints of Deep Lilac #8A4BBA
RGB
CMYK
RGB Variations
Color information
#8A4BBA (or 0x8A4BBA) is known color: Deep Lilac. HEX triplet: 8A, 4B and BA. RGB value is (138,75,186). Sum of RGB (Red+Green+Blue) = 138+75+186=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4BBA is #75B445. Grayscale: #6A6A6A. Windows color (decimal): -7713862 or 12209034. OLE color: 12209034.
HSL color Cylindrical-coordinate representation of color #8A4BBA: hue angle of 274.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A4BBA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 75 | 186 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.27 |
| HSL | 274.05º | 0.45% | 0.51% | - |
| HSV(B) | 274.05º | 0.6% | 0.73% | - |
| XYZ | 21.86 | 13.98 | 48 | - |
| YUV | 106.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 186 | 0.26 | 0.60 | 0 | 0.27 | 274.05 | 0.45 | 0.51 |
| Hex | 8A | 4B | BA | 1A | 3C | 0 | 1B | 112 | 2D | 33 |
| Octal | 212 | 113 | 272 | 32 | 74 | 0 | 33 | 422 | 55 | 63 |
| Binary | 10001010 | 1001011 | 10111010 | 11010 | 111100 | 0 | 11011 | 100010010 | 101101 | 110011 |
Color Harmonies of #8A4BBA
Complementary color
Monochromatic Colors of #8A4BBA
Black with #8A4BBA
Text Example
Text Example
White with #8A4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BBA; }
p { color: rgb(138,75,186); }
H1.HeaderClassName
{
color: #8A4BBA;
}
.AnyTagClassName
{
color: #8A4BBA;
}
</style>
background-color css
<style>
a { background-color: #8A4BBA; }
a { background-color: rgb(138,75,186); }
div.DivClassName
{
background-color: #8A4BBA;
}
.BgClassName
{
background-color: #8A4BBA;
}
</style>
border-color css
<style>
span { border-color: #8A4BBA; }
span { border-color: rgb(138,75,186); }
td.TdClassName
{
border-color: #8A4BBA;
}
.TagClassName
{
border-color: #8A4BBA;
}
</style>