Shades of Vivid Violet #8A3F84
Tints of Vivid Violet #8A3F84
RGB
CMYK
RGB Variations
Color information
#8A3F84 (or 0x8A3F84) is known color: Vivid Violet. HEX triplet: 8A, 3F and 84. RGB value is (138,63,132). Sum of RGB (Red+Green+Blue) = 138+63+132=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3F84 is #75C07B. Grayscale: #5D5D5D. Windows color (decimal): -7716988 or 8667018. OLE color: 8667018.
HSL color Cylindrical-coordinate representation of color #8A3F84: hue angle of 304.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A3F84 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 132 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.46 |
| HSL | 304.8º | 0.37% | 0.39% | - |
| HSV(B) | 304.8º | 0.54% | 0.54% | - |
| XYZ | 16.42 | 10.62 | 23.01 | - |
| YUV | 93.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 132 | 0 | 0.54 | 0.04 | 0.46 | 304.8 | 0.37 | 0.39 |
| Hex | 8A | 3F | 84 | 0 | 36 | 4 | 2E | 131 | 25 | 27 |
| Octal | 212 | 77 | 204 | 0 | 66 | 4 | 56 | 461 | 45 | 47 |
| Binary | 10001010 | 111111 | 10000100 | 0 | 110110 | 100 | 101110 | 100110001 | 100101 | 100111 |
Color Harmonies of #8A3F84
Complementary color
Monochromatic Colors of #8A3F84
Black with #8A3F84
Text Example
Text Example
White with #8A3F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F84; }
p { color: rgb(138,63,132); }
H1.HeaderClassName
{
color: #8A3F84;
}
.AnyTagClassName
{
color: #8A3F84;
}
</style>
background-color css
<style>
a { background-color: #8A3F84; }
a { background-color: rgb(138,63,132); }
div.DivClassName
{
background-color: #8A3F84;
}
.BgClassName
{
background-color: #8A3F84;
}
</style>
border-color css
<style>
span { border-color: #8A3F84; }
span { border-color: rgb(138,63,132); }
td.TdClassName
{
border-color: #8A3F84;
}
.TagClassName
{
border-color: #8A3F84;
}
</style>