Shades of Vivid Violet #8C3A87
Tints of Vivid Violet #8C3A87
RGB
CMYK
RGB Variations
Color information
#8C3A87 (or 0x8C3A87) is known color: Vivid Violet. HEX triplet: 8C, 3A and 87. RGB value is (140,58,135). Sum of RGB (Red+Green+Blue) = 140+58+135=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3A87 is #73C578. Grayscale: #5B5B5B. Windows color (decimal): -7587193 or 8862348. OLE color: 8862348.
HSL color Cylindrical-coordinate representation of color #8C3A87: hue angle of 303.66º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3A87 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 135 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.45 |
| HSL | 303.66º | 0.41% | 0.39% | - |
| HSV(B) | 303.66º | 0.59% | 0.55% | - |
| XYZ | 16.7 | 10.35 | 24.04 | - |
| YUV | 91.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 135 | 0 | 0.59 | 0.04 | 0.45 | 303.66 | 0.41 | 0.39 |
| Hex | 8C | 3A | 87 | 0 | 3B | 4 | 2D | 130 | 29 | 27 |
| Octal | 214 | 72 | 207 | 0 | 73 | 4 | 55 | 460 | 51 | 47 |
| Binary | 10001100 | 111010 | 10000111 | 0 | 111011 | 100 | 101101 | 100110000 | 101001 | 100111 |
Color Harmonies of #8C3A87
Complementary color
Monochromatic Colors of #8C3A87
Black with #8C3A87
Text Example
Text Example
White with #8C3A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A87; }
p { color: rgb(140,58,135); }
H1.HeaderClassName
{
color: #8C3A87;
}
.AnyTagClassName
{
color: #8C3A87;
}
</style>
background-color css
<style>
a { background-color: #8C3A87; }
a { background-color: rgb(140,58,135); }
div.DivClassName
{
background-color: #8C3A87;
}
.BgClassName
{
background-color: #8C3A87;
}
</style>
border-color css
<style>
span { border-color: #8C3A87; }
span { border-color: rgb(140,58,135); }
td.TdClassName
{
border-color: #8C3A87;
}
.TagClassName
{
border-color: #8C3A87;
}
</style>