Shades of Deep Lilac #8A3FAC
Tints of Deep Lilac #8A3FAC
RGB
CMYK
RGB Variations
Color information
#8A3FAC (or 0x8A3FAC) is known color: Deep Lilac. HEX triplet: 8A, 3F and AC. RGB value is (138,63,172). Sum of RGB (Red+Green+Blue) = 138+63+172=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3FAC is #75C053. Grayscale: #616161. Windows color (decimal): -7716948 or 11288458. OLE color: 11288458.
HSL color Cylindrical-coordinate representation of color #8A3FAC: hue angle of 281.28º 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 #8A3FAC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 63 | 172 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.33 |
| HSL | 281.28º | 0.46% | 0.46% | - |
| HSV(B) | 281.28º | 0.63% | 0.67% | - |
| XYZ | 19.71 | 11.94 | 40.3 | - |
| YUV | 97.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 172 | 0.20 | 0.63 | 0 | 0.33 | 281.28 | 0.46 | 0.46 |
| Hex | 8A | 3F | AC | 14 | 3F | 0 | 21 | 119 | 2E | 2E |
| Octal | 212 | 77 | 254 | 24 | 77 | 0 | 41 | 431 | 56 | 56 |
| Binary | 10001010 | 111111 | 10101100 | 10100 | 111111 | 0 | 100001 | 100011001 | 101110 | 101110 |
Color Harmonies of #8A3FAC
Complementary color
Monochromatic Colors of #8A3FAC
Black with #8A3FAC
Text Example
Text Example
White with #8A3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3FAC; }
p { color: rgb(138,63,172); }
H1.HeaderClassName
{
color: #8A3FAC;
}
.AnyTagClassName
{
color: #8A3FAC;
}
</style>
background-color css
<style>
a { background-color: #8A3FAC; }
a { background-color: rgb(138,63,172); }
div.DivClassName
{
background-color: #8A3FAC;
}
.BgClassName
{
background-color: #8A3FAC;
}
</style>
border-color css
<style>
span { border-color: #8A3FAC; }
span { border-color: rgb(138,63,172); }
td.TdClassName
{
border-color: #8A3FAC;
}
.TagClassName
{
border-color: #8A3FAC;
}
</style>