Shades of Vivid Violet #8A2AAB
Tints of Vivid Violet #8A2AAB
RGB
CMYK
RGB Variations
Color information
#8A2AAB (or 0x8A2AAB) is known color: Vivid Violet. HEX triplet: 8A, 2A and AB. RGB value is (138,42,171). Sum of RGB (Red+Green+Blue) = 138+42+171=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2AAB is #75D554. Grayscale: #545454. Windows color (decimal): -7722325 or 11217546. OLE color: 11217546.
HSL color Cylindrical-coordinate representation of color #8A2AAB: hue angle of 284.65º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2AAB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 42 | 171 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.33 |
| HSL | 284.65º | 0.61% | 0.42% | - |
| HSV(B) | 284.65º | 0.75% | 0.67% | - |
| XYZ | 18.66 | 10 | 39.47 | - |
| YUV | 85.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 171 | 0.19 | 0.75 | 0 | 0.33 | 284.65 | 0.61 | 0.42 |
| Hex | 8A | 2A | AB | 13 | 4B | 0 | 21 | 11D | 3D | 2A |
| Octal | 212 | 52 | 253 | 23 | 113 | 0 | 41 | 435 | 75 | 52 |
| Binary | 10001010 | 101010 | 10101011 | 10011 | 1001011 | 0 | 100001 | 100011101 | 111101 | 101010 |
Color Harmonies of #8A2AAB
Complementary color
Monochromatic Colors of #8A2AAB
Black with #8A2AAB
Text Example
Text Example
White with #8A2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2AAB; }
p { color: rgb(138,42,171); }
H1.HeaderClassName
{
color: #8A2AAB;
}
.AnyTagClassName
{
color: #8A2AAB;
}
</style>
background-color css
<style>
a { background-color: #8A2AAB; }
a { background-color: rgb(138,42,171); }
div.DivClassName
{
background-color: #8A2AAB;
}
.BgClassName
{
background-color: #8A2AAB;
}
</style>
border-color css
<style>
span { border-color: #8A2AAB; }
span { border-color: rgb(138,42,171); }
td.TdClassName
{
border-color: #8A2AAB;
}
.TagClassName
{
border-color: #8A2AAB;
}
</style>