Shades of Vivid Violet #8C3787
Tints of Vivid Violet #8C3787
RGB
CMYK
RGB Variations
Color information
#8C3787 (or 0x8C3787) is known color: Vivid Violet. HEX triplet: 8C, 37 and 87. RGB value is (140,55,135). Sum of RGB (Red+Green+Blue) = 140+55+135=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3787 is #73C878. Grayscale: #595959. Windows color (decimal): -7587961 or 8861580. OLE color: 8861580.
HSL color Cylindrical-coordinate representation of color #8C3787: hue angle of 303.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3787 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 135 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.45 |
| HSL | 303.53º | 0.44% | 0.38% | - |
| HSV(B) | 303.53º | 0.61% | 0.55% | - |
| XYZ | 16.55 | 10.06 | 23.99 | - |
| YUV | 89.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 135 | 0 | 0.61 | 0.04 | 0.45 | 303.53 | 0.44 | 0.38 |
| Hex | 8C | 37 | 87 | 0 | 3D | 4 | 2D | 130 | 2C | 26 |
| Octal | 214 | 67 | 207 | 0 | 75 | 4 | 55 | 460 | 54 | 46 |
| Binary | 10001100 | 110111 | 10000111 | 0 | 111101 | 100 | 101101 | 100110000 | 101100 | 100110 |
Color Harmonies of #8C3787
Complementary color
Monochromatic Colors of #8C3787
Black with #8C3787
Text Example
Text Example
White with #8C3787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3787; }
p { color: rgb(140,55,135); }
H1.HeaderClassName
{
color: #8C3787;
}
.AnyTagClassName
{
color: #8C3787;
}
</style>
background-color css
<style>
a { background-color: #8C3787; }
a { background-color: rgb(140,55,135); }
div.DivClassName
{
background-color: #8C3787;
}
.BgClassName
{
background-color: #8C3787;
}
</style>
border-color css
<style>
span { border-color: #8C3787; }
span { border-color: rgb(140,55,135); }
td.TdClassName
{
border-color: #8C3787;
}
.TagClassName
{
border-color: #8C3787;
}
</style>