Shades of Vivid Violet #8C3E87
Tints of Vivid Violet #8C3E87
RGB
CMYK
RGB Variations
Color information
#8C3E87 (or 0x8C3E87) is known color: Vivid Violet. HEX triplet: 8C, 3E and 87. RGB value is (140,62,135). Sum of RGB (Red+Green+Blue) = 140+62+135=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3E87 is #73C178. Grayscale: #5D5D5D. Windows color (decimal): -7586169 or 8863372. OLE color: 8863372.
HSL color Cylindrical-coordinate representation of color #8C3E87: hue angle of 303.85º 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 #8C3E87 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 135 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.45 |
| HSL | 303.85º | 0.39% | 0.4% | - |
| HSV(B) | 303.85º | 0.56% | 0.55% | - |
| XYZ | 16.91 | 10.77 | 24.11 | - |
| YUV | 93.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 135 | 0 | 0.56 | 0.04 | 0.45 | 303.85 | 0.39 | 0.4 |
| Hex | 8C | 3E | 87 | 0 | 38 | 4 | 2D | 130 | 27 | 28 |
| Octal | 214 | 76 | 207 | 0 | 70 | 4 | 55 | 460 | 47 | 50 |
| Binary | 10001100 | 111110 | 10000111 | 0 | 111000 | 100 | 101101 | 100110000 | 100111 | 101000 |
Color Harmonies of #8C3E87
Complementary color
Monochromatic Colors of #8C3E87
Black with #8C3E87
Text Example
Text Example
White with #8C3E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E87; }
p { color: rgb(140,62,135); }
H1.HeaderClassName
{
color: #8C3E87;
}
.AnyTagClassName
{
color: #8C3E87;
}
</style>
background-color css
<style>
a { background-color: #8C3E87; }
a { background-color: rgb(140,62,135); }
div.DivClassName
{
background-color: #8C3E87;
}
.BgClassName
{
background-color: #8C3E87;
}
</style>
border-color css
<style>
span { border-color: #8C3E87; }
span { border-color: rgb(140,62,135); }
td.TdClassName
{
border-color: #8C3E87;
}
.TagClassName
{
border-color: #8C3E87;
}
</style>