Shades of Deep Lilac #8A3BB0
Tints of Deep Lilac #8A3BB0
RGB
CMYK
RGB Variations
Color information
#8A3BB0 (or 0x8A3BB0) is known color: Deep Lilac. HEX triplet: 8A, 3B and B0. RGB value is (138,59,176). Sum of RGB (Red+Green+Blue) = 138+59+176=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A3BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3BB0 is #75C44F. Grayscale: #5F5F5F. Windows color (decimal): -7717968 or 11549578. OLE color: 11549578.
HSL color Cylindrical-coordinate representation of color #8A3BB0: hue angle of 280.51º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A3BB0 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 59 | 176 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.31 |
| HSL | 280.51º | 0.5% | 0.46% | - |
| HSV(B) | 280.51º | 0.66% | 0.69% | - |
| XYZ | 19.88 | 11.67 | 42.28 | - |
| YUV | 95.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 176 | 0.22 | 0.66 | 0 | 0.31 | 280.51 | 0.5 | 0.46 |
| Hex | 8A | 3B | B0 | 16 | 42 | 0 | 1F | 119 | 32 | 2E |
| Octal | 212 | 73 | 260 | 26 | 102 | 0 | 37 | 431 | 62 | 56 |
| Binary | 10001010 | 111011 | 10110000 | 10110 | 1000010 | 0 | 11111 | 100011001 | 110010 | 101110 |
Color Harmonies of #8A3BB0
Complementary color
Monochromatic Colors of #8A3BB0
Black with #8A3BB0
Text Example
Text Example
White with #8A3BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BB0; }
p { color: rgb(138,59,176); }
H1.HeaderClassName
{
color: #8A3BB0;
}
.AnyTagClassName
{
color: #8A3BB0;
}
</style>
background-color css
<style>
a { background-color: #8A3BB0; }
a { background-color: rgb(138,59,176); }
div.DivClassName
{
background-color: #8A3BB0;
}
.BgClassName
{
background-color: #8A3BB0;
}
</style>
border-color css
<style>
span { border-color: #8A3BB0; }
span { border-color: rgb(138,59,176); }
td.TdClassName
{
border-color: #8A3BB0;
}
.TagClassName
{
border-color: #8A3BB0;
}
</style>