Shades of Vivid Violet #8C3886
Tints of Vivid Violet #8C3886
RGB
CMYK
RGB Variations
Color information
#8C3886 (or 0x8C3886) is known color: Vivid Violet. HEX triplet: 8C, 38 and 86. RGB value is (140,56,134). Sum of RGB (Red+Green+Blue) = 140+56+134=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3886 is #73C779. Grayscale: #595959. Windows color (decimal): -7587706 or 8796300. OLE color: 8796300.
HSL color Cylindrical-coordinate representation of color #8C3886: hue angle of 304.29º 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 #8C3886 is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 134 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.45 |
| HSL | 304.29º | 0.43% | 0.38% | - |
| HSV(B) | 304.29º | 0.6% | 0.55% | - |
| XYZ | 16.53 | 10.13 | 23.64 | - |
| YUV | 90.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 134 | 0 | 0.6 | 0.04 | 0.45 | 304.29 | 0.43 | 0.38 |
| Hex | 8C | 38 | 86 | 0 | 3C | 4 | 2D | 130 | 2B | 26 |
| Octal | 214 | 70 | 206 | 0 | 74 | 4 | 55 | 460 | 53 | 46 |
| Binary | 10001100 | 111000 | 10000110 | 0 | 111100 | 100 | 101101 | 100110000 | 101011 | 100110 |
Color Harmonies of #8C3886
Complementary color
Monochromatic Colors of #8C3886
Black with #8C3886
Text Example
Text Example
White with #8C3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3886; }
p { color: rgb(140,56,134); }
H1.HeaderClassName
{
color: #8C3886;
}
.AnyTagClassName
{
color: #8C3886;
}
</style>
background-color css
<style>
a { background-color: #8C3886; }
a { background-color: rgb(140,56,134); }
div.DivClassName
{
background-color: #8C3886;
}
.BgClassName
{
background-color: #8C3886;
}
</style>
border-color css
<style>
span { border-color: #8C3886; }
span { border-color: rgb(140,56,134); }
td.TdClassName
{
border-color: #8C3886;
}
.TagClassName
{
border-color: #8C3886;
}
</style>