Shades of Vivid Violet #8A2EAE
Tints of Vivid Violet #8A2EAE
RGB
CMYK
RGB Variations
Color information
#8A2EAE (or 0x8A2EAE) is known color: Vivid Violet. HEX triplet: 8A, 2E and AE. RGB value is (138,46,174). Sum of RGB (Red+Green+Blue) = 138+46+174=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A2EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2EAE is #75D151. Grayscale: #575757. Windows color (decimal): -7721298 or 11415178. OLE color: 11415178.
HSL color Cylindrical-coordinate representation of color #8A2EAE: hue angle of 283.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2EAE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 46 | 174 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.32 |
| HSL | 283.13º | 0.58% | 0.43% | - |
| HSV(B) | 283.13º | 0.74% | 0.68% | - |
| XYZ | 19.1 | 10.41 | 41.05 | - |
| YUV | 88.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 174 | 0.21 | 0.74 | 0 | 0.32 | 283.13 | 0.58 | 0.43 |
| Hex | 8A | 2E | AE | 15 | 4A | 0 | 20 | 11B | 3A | 2B |
| Octal | 212 | 56 | 256 | 25 | 112 | 0 | 40 | 433 | 72 | 53 |
| Binary | 10001010 | 101110 | 10101110 | 10101 | 1001010 | 0 | 100000 | 100011011 | 111010 | 101011 |
Color Harmonies of #8A2EAE
Complementary color
Monochromatic Colors of #8A2EAE
Black with #8A2EAE
Text Example
Text Example
White with #8A2EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2EAE; }
p { color: rgb(138,46,174); }
H1.HeaderClassName
{
color: #8A2EAE;
}
.AnyTagClassName
{
color: #8A2EAE;
}
</style>
background-color css
<style>
a { background-color: #8A2EAE; }
a { background-color: rgb(138,46,174); }
div.DivClassName
{
background-color: #8A2EAE;
}
.BgClassName
{
background-color: #8A2EAE;
}
</style>
border-color css
<style>
span { border-color: #8A2EAE; }
span { border-color: rgb(138,46,174); }
td.TdClassName
{
border-color: #8A2EAE;
}
.TagClassName
{
border-color: #8A2EAE;
}
</style>