Shades of Vivid Violet #8C3487
Tints of Vivid Violet #8C3487
RGB
CMYK
RGB Variations
Color information
#8C3487 (or 0x8C3487) is known color: Vivid Violet. HEX triplet: 8C, 34 and 87. RGB value is (140,52,135). Sum of RGB (Red+Green+Blue) = 140+52+135=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3487 is #73CB78. Grayscale: #575757. Windows color (decimal): -7588729 or 8860812. OLE color: 8860812.
HSL color Cylindrical-coordinate representation of color #8C3487: hue angle of 303.41º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3487 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 135 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.45 |
| HSL | 303.41º | 0.46% | 0.38% | - |
| HSV(B) | 303.41º | 0.63% | 0.55% | - |
| XYZ | 16.42 | 9.78 | 23.94 | - |
| YUV | 87.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 135 | 0 | 0.63 | 0.04 | 0.45 | 303.41 | 0.46 | 0.38 |
| Hex | 8C | 34 | 87 | 0 | 3F | 4 | 2D | 12F | 2E | 26 |
| Octal | 214 | 64 | 207 | 0 | 77 | 4 | 55 | 457 | 56 | 46 |
| Binary | 10001100 | 110100 | 10000111 | 0 | 111111 | 100 | 101101 | 100101111 | 101110 | 100110 |
Color Harmonies of #8C3487
Complementary color
Monochromatic Colors of #8C3487
Black with #8C3487
Text Example
Text Example
White with #8C3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3487; }
p { color: rgb(140,52,135); }
H1.HeaderClassName
{
color: #8C3487;
}
.AnyTagClassName
{
color: #8C3487;
}
</style>
background-color css
<style>
a { background-color: #8C3487; }
a { background-color: rgb(140,52,135); }
div.DivClassName
{
background-color: #8C3487;
}
.BgClassName
{
background-color: #8C3487;
}
</style>
border-color css
<style>
span { border-color: #8C3487; }
span { border-color: rgb(140,52,135); }
td.TdClassName
{
border-color: #8C3487;
}
.TagClassName
{
border-color: #8C3487;
}
</style>