Shades of Deep Lilac #8A3BAF
Tints of Deep Lilac #8A3BAF
RGB
CMYK
RGB Variations
Color information
#8A3BAF (or 0x8A3BAF) is known color: Deep Lilac. HEX triplet: 8A, 3B and AF. RGB value is (138,59,175). Sum of RGB (Red+Green+Blue) = 138+59+175=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A3BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3BAF is #75C450. Grayscale: #5F5F5F. Windows color (decimal): -7717969 or 11484042. OLE color: 11484042.
HSL color Cylindrical-coordinate representation of color #8A3BAF: hue angle of 280.86º 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 #8A3BAF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 59 | 175 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.31 |
| HSL | 280.86º | 0.5% | 0.46% | - |
| HSV(B) | 280.86º | 0.66% | 0.69% | - |
| XYZ | 19.78 | 11.63 | 41.76 | - |
| YUV | 95.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 175 | 0.21 | 0.66 | 0 | 0.31 | 280.86 | 0.5 | 0.46 |
| Hex | 8A | 3B | AF | 15 | 42 | 0 | 1F | 119 | 32 | 2E |
| Octal | 212 | 73 | 257 | 25 | 102 | 0 | 37 | 431 | 62 | 56 |
| Binary | 10001010 | 111011 | 10101111 | 10101 | 1000010 | 0 | 11111 | 100011001 | 110010 | 101110 |
Color Harmonies of #8A3BAF
Complementary color
Monochromatic Colors of #8A3BAF
Black with #8A3BAF
Text Example
Text Example
White with #8A3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BAF; }
p { color: rgb(138,59,175); }
H1.HeaderClassName
{
color: #8A3BAF;
}
.AnyTagClassName
{
color: #8A3BAF;
}
</style>
background-color css
<style>
a { background-color: #8A3BAF; }
a { background-color: rgb(138,59,175); }
div.DivClassName
{
background-color: #8A3BAF;
}
.BgClassName
{
background-color: #8A3BAF;
}
</style>
border-color css
<style>
span { border-color: #8A3BAF; }
span { border-color: rgb(138,59,175); }
td.TdClassName
{
border-color: #8A3BAF;
}
.TagClassName
{
border-color: #8A3BAF;
}
</style>