Shades of Vivid Violet #8D428C
Tints of Vivid Violet #8D428C
RGB
CMYK
RGB Variations
Color information
#8D428C (or 0x8D428C) is known color: Vivid Violet. HEX triplet: 8D, 42 and 8C. RGB value is (141,66,140). Sum of RGB (Red+Green+Blue) = 141+66+140=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D428C is #72BD73. Grayscale: #606060. Windows color (decimal): -7519604 or 9192077. OLE color: 9192077.
HSL color Cylindrical-coordinate representation of color #8D428C: hue angle of 300.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D428C is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 140 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.45 |
| HSL | 300.8º | 0.36% | 0.41% | - |
| HSV(B) | 300.8º | 0.53% | 0.55% | - |
| XYZ | 17.67 | 11.45 | 26.09 | - |
| YUV | 96.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 140 | 0 | 0.53 | 0.01 | 0.45 | 300.8 | 0.36 | 0.41 |
| Hex | 8D | 42 | 8C | 0 | 35 | 1 | 2D | 12D | 24 | 29 |
| Octal | 215 | 102 | 214 | 0 | 65 | 1 | 55 | 455 | 44 | 51 |
| Binary | 10001101 | 1000010 | 10001100 | 0 | 110101 | 1 | 101101 | 100101101 | 100100 | 101001 |
Color Harmonies of #8D428C
Complementary color
Monochromatic Colors of #8D428C
Black with #8D428C
Text Example
Text Example
White with #8D428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D428C; }
p { color: rgb(141,66,140); }
H1.HeaderClassName
{
color: #8D428C;
}
.AnyTagClassName
{
color: #8D428C;
}
</style>
background-color css
<style>
a { background-color: #8D428C; }
a { background-color: rgb(141,66,140); }
div.DivClassName
{
background-color: #8D428C;
}
.BgClassName
{
background-color: #8D428C;
}
</style>
border-color css
<style>
span { border-color: #8D428C; }
span { border-color: rgb(141,66,140); }
td.TdClassName
{
border-color: #8D428C;
}
.TagClassName
{
border-color: #8D428C;
}
</style>