Shades of Vivid Violet #8D378A
Tints of Vivid Violet #8D378A
RGB
CMYK
RGB Variations
Color information
#8D378A (or 0x8D378A) is known color: Vivid Violet. HEX triplet: 8D, 37 and 8A. RGB value is (141,55,138). Sum of RGB (Red+Green+Blue) = 141+55+138=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D378A is #72C875. Grayscale: #595959. Windows color (decimal): -7522422 or 9058189. OLE color: 9058189.
HSL color Cylindrical-coordinate representation of color #8D378A: hue angle of 302.09º 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 #8D378A is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 138 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.45 |
| HSL | 302.09º | 0.44% | 0.38% | - |
| HSV(B) | 302.09º | 0.61% | 0.55% | - |
| XYZ | 16.94 | 10.23 | 25.13 | - |
| YUV | 90.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 138 | 0 | 0.61 | 0.02 | 0.45 | 302.09 | 0.44 | 0.38 |
| Hex | 8D | 37 | 8A | 0 | 3D | 2 | 2D | 12E | 2C | 26 |
| Octal | 215 | 67 | 212 | 0 | 75 | 2 | 55 | 456 | 54 | 46 |
| Binary | 10001101 | 110111 | 10001010 | 0 | 111101 | 10 | 101101 | 100101110 | 101100 | 100110 |
Color Harmonies of #8D378A
Complementary color
Monochromatic Colors of #8D378A
Black with #8D378A
Text Example
Text Example
White with #8D378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D378A; }
p { color: rgb(141,55,138); }
H1.HeaderClassName
{
color: #8D378A;
}
.AnyTagClassName
{
color: #8D378A;
}
</style>
background-color css
<style>
a { background-color: #8D378A; }
a { background-color: rgb(141,55,138); }
div.DivClassName
{
background-color: #8D378A;
}
.BgClassName
{
background-color: #8D378A;
}
</style>
border-color css
<style>
span { border-color: #8D378A; }
span { border-color: rgb(141,55,138); }
td.TdClassName
{
border-color: #8D378A;
}
.TagClassName
{
border-color: #8D378A;
}
</style>