Shades of Vivid Violet #8C3887
Tints of Vivid Violet #8C3887
RGB
CMYK
RGB Variations
Color information
#8C3887 (or 0x8C3887) is known color: Vivid Violet. HEX triplet: 8C, 38 and 87. RGB value is (140,56,135). Sum of RGB (Red+Green+Blue) = 140+56+135=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3887 is #73C778. Grayscale: #595959. Windows color (decimal): -7587705 or 8861836. OLE color: 8861836.
HSL color Cylindrical-coordinate representation of color #8C3887: hue angle of 303.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3887 is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 135 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.45 |
| HSL | 303.57º | 0.43% | 0.38% | - |
| HSV(B) | 303.57º | 0.6% | 0.55% | - |
| XYZ | 16.6 | 10.15 | 24.01 | - |
| YUV | 90.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 135 | 0 | 0.6 | 0.04 | 0.45 | 303.57 | 0.43 | 0.38 |
| Hex | 8C | 38 | 87 | 0 | 3C | 4 | 2D | 130 | 2B | 26 |
| Octal | 214 | 70 | 207 | 0 | 74 | 4 | 55 | 460 | 53 | 46 |
| Binary | 10001100 | 111000 | 10000111 | 0 | 111100 | 100 | 101101 | 100110000 | 101011 | 100110 |
Color Harmonies of #8C3887
Complementary color
Monochromatic Colors of #8C3887
Black with #8C3887
Text Example
Text Example
White with #8C3887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3887; }
p { color: rgb(140,56,135); }
H1.HeaderClassName
{
color: #8C3887;
}
.AnyTagClassName
{
color: #8C3887;
}
</style>
background-color css
<style>
a { background-color: #8C3887; }
a { background-color: rgb(140,56,135); }
div.DivClassName
{
background-color: #8C3887;
}
.BgClassName
{
background-color: #8C3887;
}
</style>
border-color css
<style>
span { border-color: #8C3887; }
span { border-color: rgb(140,56,135); }
td.TdClassName
{
border-color: #8C3887;
}
.TagClassName
{
border-color: #8C3887;
}
</style>