Shades of Deep Lilac #8A3FAB
Tints of Deep Lilac #8A3FAB
RGB
CMYK
RGB Variations
Color information
#8A3FAB (or 0x8A3FAB) is known color: Deep Lilac. HEX triplet: 8A, 3F and AB. RGB value is (138,63,171). Sum of RGB (Red+Green+Blue) = 138+63+171=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A3FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3FAB is #75C054. Grayscale: #616161. Windows color (decimal): -7716949 or 11222922. OLE color: 11222922.
HSL color Cylindrical-coordinate representation of color #8A3FAB: hue angle of 281.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3FAB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 63 | 171 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.33 |
| HSL | 281.67º | 0.46% | 0.46% | - |
| HSV(B) | 281.67º | 0.63% | 0.67% | - |
| XYZ | 19.61 | 11.9 | 39.79 | - |
| YUV | 97.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 171 | 0.19 | 0.63 | 0 | 0.33 | 281.67 | 0.46 | 0.46 |
| Hex | 8A | 3F | AB | 13 | 3F | 0 | 21 | 11A | 2E | 2E |
| Octal | 212 | 77 | 253 | 23 | 77 | 0 | 41 | 432 | 56 | 56 |
| Binary | 10001010 | 111111 | 10101011 | 10011 | 111111 | 0 | 100001 | 100011010 | 101110 | 101110 |
Color Harmonies of #8A3FAB
Complementary color
Monochromatic Colors of #8A3FAB
Black with #8A3FAB
Text Example
Text Example
White with #8A3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3FAB; }
p { color: rgb(138,63,171); }
H1.HeaderClassName
{
color: #8A3FAB;
}
.AnyTagClassName
{
color: #8A3FAB;
}
</style>
background-color css
<style>
a { background-color: #8A3FAB; }
a { background-color: rgb(138,63,171); }
div.DivClassName
{
background-color: #8A3FAB;
}
.BgClassName
{
background-color: #8A3FAB;
}
</style>
border-color css
<style>
span { border-color: #8A3FAB; }
span { border-color: rgb(138,63,171); }
td.TdClassName
{
border-color: #8A3FAB;
}
.TagClassName
{
border-color: #8A3FAB;
}
</style>