Shades of Vivid Violet #8C3C83
Tints of Vivid Violet #8C3C83
RGB
CMYK
RGB Variations
Color information
#8C3C83 (or 0x8C3C83) is known color: Vivid Violet. HEX triplet: 8C, 3C and 83. RGB value is (140,60,131). Sum of RGB (Red+Green+Blue) = 140+60+131=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3C83 is #73C37C. Grayscale: #5B5B5B. Windows color (decimal): -7586685 or 8600716. OLE color: 8600716.
HSL color Cylindrical-coordinate representation of color #8C3C83: hue angle of 306.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C3C83 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 60 | 131 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.45 |
| HSL | 306.75º | 0.4% | 0.39% | - |
| HSV(B) | 306.75º | 0.57% | 0.55% | - |
| XYZ | 16.53 | 10.45 | 22.62 | - |
| YUV | 92.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 131 | 0 | 0.57 | 0.06 | 0.45 | 306.75 | 0.4 | 0.39 |
| Hex | 8C | 3C | 83 | 0 | 39 | 6 | 2D | 133 | 28 | 27 |
| Octal | 214 | 74 | 203 | 0 | 71 | 6 | 55 | 463 | 50 | 47 |
| Binary | 10001100 | 111100 | 10000011 | 0 | 111001 | 110 | 101101 | 100110011 | 101000 | 100111 |
Color Harmonies of #8C3C83
Complementary color
Monochromatic Colors of #8C3C83
Black with #8C3C83
Text Example
Text Example
White with #8C3C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3C83; }
p { color: rgb(140,60,131); }
H1.HeaderClassName
{
color: #8C3C83;
}
.AnyTagClassName
{
color: #8C3C83;
}
</style>
background-color css
<style>
a { background-color: #8C3C83; }
a { background-color: rgb(140,60,131); }
div.DivClassName
{
background-color: #8C3C83;
}
.BgClassName
{
background-color: #8C3C83;
}
</style>
border-color css
<style>
span { border-color: #8C3C83; }
span { border-color: rgb(140,60,131); }
td.TdClassName
{
border-color: #8C3C83;
}
.TagClassName
{
border-color: #8C3C83;
}
</style>