Shades of Vivid Violet #8C3F84
Tints of Vivid Violet #8C3F84
RGB
CMYK
RGB Variations
Color information
#8C3F84 (or 0x8C3F84) is known color: Vivid Violet. HEX triplet: 8C, 3F and 84. RGB value is (140,63,132). Sum of RGB (Red+Green+Blue) = 140+63+132=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3F84 is #73C07B. Grayscale: #5D5D5D. Windows color (decimal): -7585916 or 8667020. OLE color: 8667020.
HSL color Cylindrical-coordinate representation of color #8C3F84: hue angle of 306.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F84 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 132 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.45 |
| HSL | 306.23º | 0.38% | 0.4% | - |
| HSV(B) | 306.23º | 0.55% | 0.55% | - |
| XYZ | 16.76 | 10.8 | 23.03 | - |
| YUV | 93.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 132 | 0 | 0.55 | 0.06 | 0.45 | 306.23 | 0.38 | 0.4 |
| Hex | 8C | 3F | 84 | 0 | 37 | 6 | 2D | 132 | 26 | 28 |
| Octal | 214 | 77 | 204 | 0 | 67 | 6 | 55 | 462 | 46 | 50 |
| Binary | 10001100 | 111111 | 10000100 | 0 | 110111 | 110 | 101101 | 100110010 | 100110 | 101000 |
Color Harmonies of #8C3F84
Complementary color
Monochromatic Colors of #8C3F84
Black with #8C3F84
Text Example
Text Example
White with #8C3F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F84; }
p { color: rgb(140,63,132); }
H1.HeaderClassName
{
color: #8C3F84;
}
.AnyTagClassName
{
color: #8C3F84;
}
</style>
background-color css
<style>
a { background-color: #8C3F84; }
a { background-color: rgb(140,63,132); }
div.DivClassName
{
background-color: #8C3F84;
}
.BgClassName
{
background-color: #8C3F84;
}
</style>
border-color css
<style>
span { border-color: #8C3F84; }
span { border-color: rgb(140,63,132); }
td.TdClassName
{
border-color: #8C3F84;
}
.TagClassName
{
border-color: #8C3F84;
}
</style>