Shades of Vivid Violet #8C378B
Tints of Vivid Violet #8C378B
RGB
CMYK
RGB Variations
Color information
#8C378B (or 0x8C378B) is known color: Vivid Violet. HEX triplet: 8C, 37 and 8B. RGB value is (140,55,139). Sum of RGB (Red+Green+Blue) = 140+55+139=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C378B is #73C874. Grayscale: #595959. Windows color (decimal): -7587957 or 9123724. OLE color: 9123724.
HSL color Cylindrical-coordinate representation of color #8C378B: hue angle of 300.71º 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 #8C378B is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 139 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.45 |
| HSL | 300.71º | 0.44% | 0.38% | - |
| HSV(B) | 300.71º | 0.61% | 0.55% | - |
| XYZ | 16.84 | 10.17 | 25.5 | - |
| YUV | 89.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 139 | 0 | 0.61 | 0.01 | 0.45 | 300.71 | 0.44 | 0.38 |
| Hex | 8C | 37 | 8B | 0 | 3D | 1 | 2D | 12D | 2C | 26 |
| Octal | 214 | 67 | 213 | 0 | 75 | 1 | 55 | 455 | 54 | 46 |
| Binary | 10001100 | 110111 | 10001011 | 0 | 111101 | 1 | 101101 | 100101101 | 101100 | 100110 |
Color Harmonies of #8C378B
Complementary color
Monochromatic Colors of #8C378B
Black with #8C378B
Text Example
Text Example
White with #8C378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C378B; }
p { color: rgb(140,55,139); }
H1.HeaderClassName
{
color: #8C378B;
}
.AnyTagClassName
{
color: #8C378B;
}
</style>
background-color css
<style>
a { background-color: #8C378B; }
a { background-color: rgb(140,55,139); }
div.DivClassName
{
background-color: #8C378B;
}
.BgClassName
{
background-color: #8C378B;
}
</style>
border-color css
<style>
span { border-color: #8C378B; }
span { border-color: rgb(140,55,139); }
td.TdClassName
{
border-color: #8C378B;
}
.TagClassName
{
border-color: #8C378B;
}
</style>