Shades of Vivid Violet #8C3586
Tints of Vivid Violet #8C3586
RGB
CMYK
RGB Variations
Color information
#8C3586 (or 0x8C3586) is known color: Vivid Violet. HEX triplet: 8C, 35 and 86. RGB value is (140,53,134). Sum of RGB (Red+Green+Blue) = 140+53+134=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3586 is #73CA79. Grayscale: #585858. Windows color (decimal): -7588474 or 8795532. OLE color: 8795532.
HSL color Cylindrical-coordinate representation of color #8C3586: hue angle of 304.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3586 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 134 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.45 |
| HSL | 304.14º | 0.45% | 0.38% | - |
| HSV(B) | 304.14º | 0.62% | 0.55% | - |
| XYZ | 16.39 | 9.84 | 23.59 | - |
| YUV | 88.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 134 | 0 | 0.62 | 0.04 | 0.45 | 304.14 | 0.45 | 0.38 |
| Hex | 8C | 35 | 86 | 0 | 3E | 4 | 2D | 130 | 2D | 26 |
| Octal | 214 | 65 | 206 | 0 | 76 | 4 | 55 | 460 | 55 | 46 |
| Binary | 10001100 | 110101 | 10000110 | 0 | 111110 | 100 | 101101 | 100110000 | 101101 | 100110 |
Color Harmonies of #8C3586
Complementary color
Monochromatic Colors of #8C3586
Black with #8C3586
Text Example
Text Example
White with #8C3586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3586; }
p { color: rgb(140,53,134); }
H1.HeaderClassName
{
color: #8C3586;
}
.AnyTagClassName
{
color: #8C3586;
}
</style>
background-color css
<style>
a { background-color: #8C3586; }
a { background-color: rgb(140,53,134); }
div.DivClassName
{
background-color: #8C3586;
}
.BgClassName
{
background-color: #8C3586;
}
</style>
border-color css
<style>
span { border-color: #8C3586; }
span { border-color: rgb(140,53,134); }
td.TdClassName
{
border-color: #8C3586;
}
.TagClassName
{
border-color: #8C3586;
}
</style>