Shades of Vivid Violet #8A22AA
Tints of Vivid Violet #8A22AA
RGB
CMYK
RGB Variations
Color information
#8A22AA (or 0x8A22AA) is known color: Vivid Violet. HEX triplet: 8A, 22 and AA. RGB value is (138,34,170). Sum of RGB (Red+Green+Blue) = 138+34+170=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A22AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A22AA is #75DD55. Grayscale: #505050. Windows color (decimal): -7724374 or 11149962. OLE color: 11149962.
HSL color Cylindrical-coordinate representation of color #8A22AA: hue angle of 285.88º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A22AA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 34 | 170 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.33 |
| HSL | 285.88º | 0.67% | 0.4% | - |
| HSV(B) | 285.88º | 0.8% | 0.67% | - |
| XYZ | 18.31 | 9.45 | 38.89 | - |
| YUV | 80.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 170 | 0.19 | 0.80 | 0 | 0.33 | 285.88 | 0.67 | 0.4 |
| Hex | 8A | 22 | AA | 13 | 50 | 0 | 21 | 11E | 43 | 28 |
| Octal | 212 | 42 | 252 | 23 | 120 | 0 | 41 | 436 | 103 | 50 |
| Binary | 10001010 | 100010 | 10101010 | 10011 | 1010000 | 0 | 100001 | 100011110 | 1000011 | 101000 |
Color Harmonies of #8A22AA
Complementary color
Monochromatic Colors of #8A22AA
Black with #8A22AA
Text Example
Text Example
White with #8A22AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A22AA; }
p { color: rgb(138,34,170); }
H1.HeaderClassName
{
color: #8A22AA;
}
.AnyTagClassName
{
color: #8A22AA;
}
</style>
background-color css
<style>
a { background-color: #8A22AA; }
a { background-color: rgb(138,34,170); }
div.DivClassName
{
background-color: #8A22AA;
}
.BgClassName
{
background-color: #8A22AA;
}
</style>
border-color css
<style>
span { border-color: #8A22AA; }
span { border-color: rgb(138,34,170); }
td.TdClassName
{
border-color: #8A22AA;
}
.TagClassName
{
border-color: #8A22AA;
}
</style>