Shades of Vivid Violet #8A1EAA
Tints of Vivid Violet #8A1EAA
RGB
CMYK
RGB Variations
Color information
#8A1EAA (or 0x8A1EAA) is known color: Vivid Violet. HEX triplet: 8A, 1E and AA. RGB value is (138,30,170). Sum of RGB (Red+Green+Blue) = 138+30+170=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1EAA is #75E155. Grayscale: #4D4D4D. Windows color (decimal): -7725398 or 11148938. OLE color: 11148938.
HSL color Cylindrical-coordinate representation of color #8A1EAA: hue angle of 286.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1EAA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 30 | 170 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.33 |
| HSL | 286.29º | 0.7% | 0.39% | - |
| HSV(B) | 286.29º | 0.82% | 0.67% | - |
| XYZ | 18.2 | 9.23 | 38.85 | - |
| YUV | 78.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 170 | 0.19 | 0.82 | 0 | 0.33 | 286.29 | 0.7 | 0.39 |
| Hex | 8A | 1E | AA | 13 | 52 | 0 | 21 | 11E | 46 | 27 |
| Octal | 212 | 36 | 252 | 23 | 122 | 0 | 41 | 436 | 106 | 47 |
| Binary | 10001010 | 11110 | 10101010 | 10011 | 1010010 | 0 | 100001 | 100011110 | 1000110 | 100111 |
Color Harmonies of #8A1EAA
Complementary color
Monochromatic Colors of #8A1EAA
Black with #8A1EAA
Text Example
Text Example
White with #8A1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EAA; }
p { color: rgb(138,30,170); }
H1.HeaderClassName
{
color: #8A1EAA;
}
.AnyTagClassName
{
color: #8A1EAA;
}
</style>
background-color css
<style>
a { background-color: #8A1EAA; }
a { background-color: rgb(138,30,170); }
div.DivClassName
{
background-color: #8A1EAA;
}
.BgClassName
{
background-color: #8A1EAA;
}
</style>
border-color css
<style>
span { border-color: #8A1EAA; }
span { border-color: rgb(138,30,170); }
td.TdClassName
{
border-color: #8A1EAA;
}
.TagClassName
{
border-color: #8A1EAA;
}
</style>