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