Shades of Vivid Violet #8C378C
Tints of Vivid Violet #8C378C
RGB
CMYK
RGB Variations
Color information
#8C378C (or 0x8C378C) is known color: Vivid Violet. HEX triplet: 8C, 37 and 8C. RGB value is (140,55,140). Sum of RGB (Red+Green+Blue) = 140+55+140=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C378C is #73C873. Grayscale: #595959. Windows color (decimal): -7587956 or 9189260. OLE color: 9189260.
HSL color Cylindrical-coordinate representation of color #8C378C: hue angle of 300º 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 #8C378C is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 140 | - |
| CMYK | 0 | 0.61 | 0 | 0.45 |
| HSL | 300º | 0.44% | 0.38% | - |
| HSV(B) | 300º | 0.61% | 0.55% | - |
| XYZ | 16.92 | 10.2 | 25.89 | - |
| YUV | 90.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 140 | 0 | 0.61 | 0 | 0.45 | 300 | 0.44 | 0.38 |
| Hex | 8C | 37 | 8C | 0 | 3D | 0 | 2D | 12C | 2C | 26 |
| Octal | 214 | 67 | 214 | 0 | 75 | 0 | 55 | 454 | 54 | 46 |
| Binary | 10001100 | 110111 | 10001100 | 0 | 111101 | 0 | 101101 | 100101100 | 101100 | 100110 |
Color Harmonies of #8C378C
Complementary color
Monochromatic Colors of #8C378C
Black with #8C378C
Text Example
Text Example
White with #8C378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C378C; }
p { color: rgb(140,55,140); }
H1.HeaderClassName
{
color: #8C378C;
}
.AnyTagClassName
{
color: #8C378C;
}
</style>
background-color css
<style>
a { background-color: #8C378C; }
a { background-color: rgb(140,55,140); }
div.DivClassName
{
background-color: #8C378C;
}
.BgClassName
{
background-color: #8C378C;
}
</style>
border-color css
<style>
span { border-color: #8C378C; }
span { border-color: rgb(140,55,140); }
td.TdClassName
{
border-color: #8C378C;
}
.TagClassName
{
border-color: #8C378C;
}
</style>