Shades of Vivid Violet #8A3494
Tints of Vivid Violet #8A3494
RGB
CMYK
RGB Variations
Color information
#8A3494 (or 0x8A3494) is known color: Vivid Violet. HEX triplet: 8A, 34 and 94. RGB value is (138,52,148). Sum of RGB (Red+Green+Blue) = 138+52+148=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A3494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3494 is #75CB6B. Grayscale: #585858. Windows color (decimal): -7719788 or 9712778. OLE color: 9712778.
HSL color Cylindrical-coordinate representation of color #8A3494: hue angle of 293.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3494 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 52 | 148 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.42 |
| HSL | 293.75º | 0.48% | 0.39% | - |
| HSV(B) | 293.75º | 0.65% | 0.58% | - |
| XYZ | 17.05 | 10 | 29.05 | - |
| YUV | 88.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 148 | 0.07 | 0.65 | 0 | 0.42 | 293.75 | 0.48 | 0.39 |
| Hex | 8A | 34 | 94 | 7 | 41 | 0 | 2A | 126 | 30 | 27 |
| Octal | 212 | 64 | 224 | 7 | 101 | 0 | 52 | 446 | 60 | 47 |
| Binary | 10001010 | 110100 | 10010100 | 111 | 1000001 | 0 | 101010 | 100100110 | 110000 | 100111 |
Color Harmonies of #8A3494
Complementary color
Monochromatic Colors of #8A3494
Black with #8A3494
Text Example
Text Example
White with #8A3494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3494; }
p { color: rgb(138,52,148); }
H1.HeaderClassName
{
color: #8A3494;
}
.AnyTagClassName
{
color: #8A3494;
}
</style>
background-color css
<style>
a { background-color: #8A3494; }
a { background-color: rgb(138,52,148); }
div.DivClassName
{
background-color: #8A3494;
}
.BgClassName
{
background-color: #8A3494;
}
</style>
border-color css
<style>
span { border-color: #8A3494; }
span { border-color: rgb(138,52,148); }
td.TdClassName
{
border-color: #8A3494;
}
.TagClassName
{
border-color: #8A3494;
}
</style>