Shades of Vivid Violet #8C3E84
Tints of Vivid Violet #8C3E84
RGB
CMYK
RGB Variations
Color information
#8C3E84 (or 0x8C3E84) is known color: Vivid Violet. HEX triplet: 8C, 3E and 84. RGB value is (140,62,132). Sum of RGB (Red+Green+Blue) = 140+62+132=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3E84 is #73C17B. Grayscale: #5D5D5D. Windows color (decimal): -7586172 or 8666764. OLE color: 8666764.
HSL color Cylindrical-coordinate representation of color #8C3E84: hue angle of 306.15º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3E84 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 132 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.45 |
| HSL | 306.15º | 0.39% | 0.4% | - |
| HSV(B) | 306.15º | 0.56% | 0.55% | - |
| XYZ | 16.7 | 10.69 | 23.01 | - |
| YUV | 93.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 132 | 0 | 0.56 | 0.06 | 0.45 | 306.15 | 0.39 | 0.4 |
| Hex | 8C | 3E | 84 | 0 | 38 | 6 | 2D | 132 | 27 | 28 |
| Octal | 214 | 76 | 204 | 0 | 70 | 6 | 55 | 462 | 47 | 50 |
| Binary | 10001100 | 111110 | 10000100 | 0 | 111000 | 110 | 101101 | 100110010 | 100111 | 101000 |
Color Harmonies of #8C3E84
Complementary color
Monochromatic Colors of #8C3E84
Black with #8C3E84
Text Example
Text Example
White with #8C3E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E84; }
p { color: rgb(140,62,132); }
H1.HeaderClassName
{
color: #8C3E84;
}
.AnyTagClassName
{
color: #8C3E84;
}
</style>
background-color css
<style>
a { background-color: #8C3E84; }
a { background-color: rgb(140,62,132); }
div.DivClassName
{
background-color: #8C3E84;
}
.BgClassName
{
background-color: #8C3E84;
}
</style>
border-color css
<style>
span { border-color: #8C3E84; }
span { border-color: rgb(140,62,132); }
td.TdClassName
{
border-color: #8C3E84;
}
.TagClassName
{
border-color: #8C3E84;
}
</style>