Shades of Vivid Violet #8A4CA2
Tints of Vivid Violet #8A4CA2
RGB
CMYK
RGB Variations
Color information
#8A4CA2 (or 0x8A4CA2) is known color: Vivid Violet. HEX triplet: 8A, 4C and A2. RGB value is (138,76,162). Sum of RGB (Red+Green+Blue) = 138+76+162=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #8A4CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4CA2 is #75B35D. Grayscale: #686868. Windows color (decimal): -7713630 or 10636426. OLE color: 10636426.
HSL color Cylindrical-coordinate representation of color #8A4CA2: hue angle of 283.26º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4CA2 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 76 | 162 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.36 |
| HSL | 283.26º | 0.36% | 0.47% | - |
| HSV(B) | 283.26º | 0.53% | 0.64% | - |
| XYZ | 19.59 | 13.18 | 35.69 | - |
| YUV | 104.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 162 | 0.15 | 0.53 | 0 | 0.36 | 283.26 | 0.36 | 0.47 |
| Hex | 8A | 4C | A2 | F | 35 | 0 | 24 | 11B | 24 | 2F |
| Octal | 212 | 114 | 242 | 17 | 65 | 0 | 44 | 433 | 44 | 57 |
| Binary | 10001010 | 1001100 | 10100010 | 1111 | 110101 | 0 | 100100 | 100011011 | 100100 | 101111 |
Color Harmonies of #8A4CA2
Complementary color
Monochromatic Colors of #8A4CA2
Black with #8A4CA2
Text Example
Text Example
White with #8A4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CA2; }
p { color: rgb(138,76,162); }
H1.HeaderClassName
{
color: #8A4CA2;
}
.AnyTagClassName
{
color: #8A4CA2;
}
</style>
background-color css
<style>
a { background-color: #8A4CA2; }
a { background-color: rgb(138,76,162); }
div.DivClassName
{
background-color: #8A4CA2;
}
.BgClassName
{
background-color: #8A4CA2;
}
</style>
border-color css
<style>
span { border-color: #8A4CA2; }
span { border-color: rgb(138,76,162); }
td.TdClassName
{
border-color: #8A4CA2;
}
.TagClassName
{
border-color: #8A4CA2;
}
</style>