Shades of Vivid Violet #8D378F
Tints of Vivid Violet #8D378F
RGB
CMYK
RGB Variations
Color information
#8D378F (or 0x8D378F) is known color: Vivid Violet. HEX triplet: 8D, 37 and 8F. RGB value is (141,55,143). Sum of RGB (Red+Green+Blue) = 141+55+143=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D378F is #72C870. Grayscale: #5A5A5A. Windows color (decimal): -7522417 or 9385869. OLE color: 9385869.
HSL color Cylindrical-coordinate representation of color #8D378F: hue angle of 298.64º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D378F is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 55 | 143 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.44 |
| HSL | 298.64º | 0.44% | 0.39% | - |
| HSV(B) | 298.64º | 0.62% | 0.56% | - |
| XYZ | 17.31 | 10.38 | 27.08 | - |
| YUV | 90.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 143 | 0.01 | 0.62 | 0 | 0.44 | 298.64 | 0.44 | 0.39 |
| Hex | 8D | 37 | 8F | 1 | 3E | 0 | 2C | 12B | 2C | 27 |
| Octal | 215 | 67 | 217 | 1 | 76 | 0 | 54 | 453 | 54 | 47 |
| Binary | 10001101 | 110111 | 10001111 | 1 | 111110 | 0 | 101100 | 100101011 | 101100 | 100111 |
Color Harmonies of #8D378F
Complementary color
Monochromatic Colors of #8D378F
Black with #8D378F
Text Example
Text Example
White with #8D378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D378F; }
p { color: rgb(141,55,143); }
H1.HeaderClassName
{
color: #8D378F;
}
.AnyTagClassName
{
color: #8D378F;
}
</style>
background-color css
<style>
a { background-color: #8D378F; }
a { background-color: rgb(141,55,143); }
div.DivClassName
{
background-color: #8D378F;
}
.BgClassName
{
background-color: #8D378F;
}
</style>
border-color css
<style>
span { border-color: #8D378F; }
span { border-color: rgb(141,55,143); }
td.TdClassName
{
border-color: #8D378F;
}
.TagClassName
{
border-color: #8D378F;
}
</style>