Shades of Vivid Violet #8D428A
Tints of Vivid Violet #8D428A
RGB
CMYK
RGB Variations
Color information
#8D428A (or 0x8D428A) is known color: Vivid Violet. HEX triplet: 8D, 42 and 8A. RGB value is (141,66,138). Sum of RGB (Red+Green+Blue) = 141+66+138=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D428A is #72BD75. Grayscale: #606060. Windows color (decimal): -7519606 or 9061005. OLE color: 9061005.
HSL color Cylindrical-coordinate representation of color #8D428A: hue angle of 302.4º 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 #8D428A is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 138 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.45 |
| HSL | 302.4º | 0.36% | 0.41% | - |
| HSV(B) | 302.4º | 0.53% | 0.55% | - |
| XYZ | 17.52 | 11.39 | 25.32 | - |
| YUV | 96.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 138 | 0 | 0.53 | 0.02 | 0.45 | 302.4 | 0.36 | 0.41 |
| Hex | 8D | 42 | 8A | 0 | 35 | 2 | 2D | 12E | 24 | 29 |
| Octal | 215 | 102 | 212 | 0 | 65 | 2 | 55 | 456 | 44 | 51 |
| Binary | 10001101 | 1000010 | 10001010 | 0 | 110101 | 10 | 101101 | 100101110 | 100100 | 101001 |
Color Harmonies of #8D428A
Complementary color
Monochromatic Colors of #8D428A
Black with #8D428A
Text Example
Text Example
White with #8D428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D428A; }
p { color: rgb(141,66,138); }
H1.HeaderClassName
{
color: #8D428A;
}
.AnyTagClassName
{
color: #8D428A;
}
</style>
background-color css
<style>
a { background-color: #8D428A; }
a { background-color: rgb(141,66,138); }
div.DivClassName
{
background-color: #8D428A;
}
.BgClassName
{
background-color: #8D428A;
}
</style>
border-color css
<style>
span { border-color: #8D428A; }
span { border-color: rgb(141,66,138); }
td.TdClassName
{
border-color: #8D428A;
}
.TagClassName
{
border-color: #8D428A;
}
</style>