Shades of Vivid Violet #8A1AA0
Tints of Vivid Violet #8A1AA0
RGB
CMYK
RGB Variations
Color information
#8A1AA0 (or 0x8A1AA0) is known color: Vivid Violet. HEX triplet: 8A, 1A and A0. RGB value is (138,26,160). Sum of RGB (Red+Green+Blue) = 138+26+160=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #8A1AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1AA0 is #75E55F. Grayscale: #4A4A4A. Windows color (decimal): -7726432 or 10492554. OLE color: 10492554.
HSL color Cylindrical-coordinate representation of color #8A1AA0: hue angle of 290.15º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1AA0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 26 | 160 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.37 |
| HSL | 290.15º | 0.72% | 0.36% | - |
| HSV(B) | 290.15º | 0.84% | 0.63% | - |
| XYZ | 17.2 | 8.68 | 34.03 | - |
| YUV | 74.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 160 | 0.14 | 0.84 | 0 | 0.37 | 290.15 | 0.72 | 0.36 |
| Hex | 8A | 1A | A0 | E | 54 | 0 | 25 | 122 | 48 | 24 |
| Octal | 212 | 32 | 240 | 16 | 124 | 0 | 45 | 442 | 110 | 44 |
| Binary | 10001010 | 11010 | 10100000 | 1110 | 1010100 | 0 | 100101 | 100100010 | 1001000 | 100100 |
Color Harmonies of #8A1AA0
Complementary color
Monochromatic Colors of #8A1AA0
Black with #8A1AA0
Text Example
Text Example
White with #8A1AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1AA0; }
p { color: rgb(138,26,160); }
H1.HeaderClassName
{
color: #8A1AA0;
}
.AnyTagClassName
{
color: #8A1AA0;
}
</style>
background-color css
<style>
a { background-color: #8A1AA0; }
a { background-color: rgb(138,26,160); }
div.DivClassName
{
background-color: #8A1AA0;
}
.BgClassName
{
background-color: #8A1AA0;
}
</style>
border-color css
<style>
span { border-color: #8A1AA0; }
span { border-color: rgb(138,26,160); }
td.TdClassName
{
border-color: #8A1AA0;
}
.TagClassName
{
border-color: #8A1AA0;
}
</style>