Shades of Vivid Violet #8D428B
Tints of Vivid Violet #8D428B
RGB
CMYK
RGB Variations
Color information
#8D428B (or 0x8D428B) is known color: Vivid Violet. HEX triplet: 8D, 42 and 8B. RGB value is (141,66,139). Sum of RGB (Red+Green+Blue) = 141+66+139=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D428B is #72BD74. Grayscale: #606060. Windows color (decimal): -7519605 or 9126541. OLE color: 9126541.
HSL color Cylindrical-coordinate representation of color #8D428B: hue angle of 301.6º 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 #8D428B is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 139 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.45 |
| HSL | 301.6º | 0.36% | 0.41% | - |
| HSV(B) | 301.6º | 0.53% | 0.55% | - |
| XYZ | 17.59 | 11.42 | 25.7 | - |
| YUV | 96.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 139 | 0 | 0.53 | 0.01 | 0.45 | 301.6 | 0.36 | 0.41 |
| Hex | 8D | 42 | 8B | 0 | 35 | 1 | 2D | 12E | 24 | 29 |
| Octal | 215 | 102 | 213 | 0 | 65 | 1 | 55 | 456 | 44 | 51 |
| Binary | 10001101 | 1000010 | 10001011 | 0 | 110101 | 1 | 101101 | 100101110 | 100100 | 101001 |
Color Harmonies of #8D428B
Complementary color
Monochromatic Colors of #8D428B
Black with #8D428B
Text Example
Text Example
White with #8D428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D428B; }
p { color: rgb(141,66,139); }
H1.HeaderClassName
{
color: #8D428B;
}
.AnyTagClassName
{
color: #8D428B;
}
</style>
background-color css
<style>
a { background-color: #8D428B; }
a { background-color: rgb(141,66,139); }
div.DivClassName
{
background-color: #8D428B;
}
.BgClassName
{
background-color: #8D428B;
}
</style>
border-color css
<style>
span { border-color: #8D428B; }
span { border-color: rgb(141,66,139); }
td.TdClassName
{
border-color: #8D428B;
}
.TagClassName
{
border-color: #8D428B;
}
</style>