Shades of Vivid Violet #8C378A
Tints of Vivid Violet #8C378A
RGB
CMYK
RGB Variations
Color information
#8C378A (or 0x8C378A) is known color: Vivid Violet. HEX triplet: 8C, 37 and 8A. RGB value is (140,55,138). Sum of RGB (Red+Green+Blue) = 140+55+138=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C378A is #73C875. Grayscale: #595959. Windows color (decimal): -7587958 or 9058188. OLE color: 9058188.
HSL color Cylindrical-coordinate representation of color #8C378A: hue angle of 301.41º 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 #8C378A is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 138 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.45 |
| HSL | 301.41º | 0.44% | 0.38% | - |
| HSV(B) | 301.41º | 0.61% | 0.55% | - |
| XYZ | 16.77 | 10.14 | 25.12 | - |
| YUV | 89.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 138 | 0 | 0.61 | 0.01 | 0.45 | 301.41 | 0.44 | 0.38 |
| Hex | 8C | 37 | 8A | 0 | 3D | 1 | 2D | 12D | 2C | 26 |
| Octal | 214 | 67 | 212 | 0 | 75 | 1 | 55 | 455 | 54 | 46 |
| Binary | 10001100 | 110111 | 10001010 | 0 | 111101 | 1 | 101101 | 100101101 | 101100 | 100110 |
Color Harmonies of #8C378A
Complementary color
Monochromatic Colors of #8C378A
Black with #8C378A
Text Example
Text Example
White with #8C378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C378A; }
p { color: rgb(140,55,138); }
H1.HeaderClassName
{
color: #8C378A;
}
.AnyTagClassName
{
color: #8C378A;
}
</style>
background-color css
<style>
a { background-color: #8C378A; }
a { background-color: rgb(140,55,138); }
div.DivClassName
{
background-color: #8C378A;
}
.BgClassName
{
background-color: #8C378A;
}
</style>
border-color css
<style>
span { border-color: #8C378A; }
span { border-color: rgb(140,55,138); }
td.TdClassName
{
border-color: #8C378A;
}
.TagClassName
{
border-color: #8C378A;
}
</style>