Shades of Vivid Violet #8C378D
Tints of Vivid Violet #8C378D
RGB
CMYK
RGB Variations
Color information
#8C378D (or 0x8C378D) is known color: Vivid Violet. HEX triplet: 8C, 37 and 8D. RGB value is (140,55,141). Sum of RGB (Red+Green+Blue) = 140+55+141=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C378D is #73C872. Grayscale: #595959. Windows color (decimal): -7587955 or 9254796. OLE color: 9254796.
HSL color Cylindrical-coordinate representation of color #8C378D: hue angle of 299.3º 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 #8C378D is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 141 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.45 |
| HSL | 299.3º | 0.44% | 0.38% | - |
| HSV(B) | 299.3º | 0.61% | 0.55% | - |
| XYZ | 16.99 | 10.23 | 26.28 | - |
| YUV | 90.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 141 | 0.01 | 0.61 | 0 | 0.45 | 299.3 | 0.44 | 0.38 |
| Hex | 8C | 37 | 8D | 1 | 3D | 0 | 2D | 12B | 2C | 26 |
| Octal | 214 | 67 | 215 | 1 | 75 | 0 | 55 | 453 | 54 | 46 |
| Binary | 10001100 | 110111 | 10001101 | 1 | 111101 | 0 | 101101 | 100101011 | 101100 | 100110 |
Color Harmonies of #8C378D
Complementary color
Monochromatic Colors of #8C378D
Black with #8C378D
Text Example
Text Example
White with #8C378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C378D; }
p { color: rgb(140,55,141); }
H1.HeaderClassName
{
color: #8C378D;
}
.AnyTagClassName
{
color: #8C378D;
}
</style>
background-color css
<style>
a { background-color: #8C378D; }
a { background-color: rgb(140,55,141); }
div.DivClassName
{
background-color: #8C378D;
}
.BgClassName
{
background-color: #8C378D;
}
</style>
border-color css
<style>
span { border-color: #8C378D; }
span { border-color: rgb(140,55,141); }
td.TdClassName
{
border-color: #8C378D;
}
.TagClassName
{
border-color: #8C378D;
}
</style>