Shades of Vivid Violet #8D458C
Tints of Vivid Violet #8D458C
RGB
CMYK
RGB Variations
Color information
#8D458C (or 0x8D458C) is known color: Vivid Violet. HEX triplet: 8D, 45 and 8C. RGB value is (141,69,140). Sum of RGB (Red+Green+Blue) = 141+69+140=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D458C is #72BA73. Grayscale: #626262. Windows color (decimal): -7518836 or 9192845. OLE color: 9192845.
HSL color Cylindrical-coordinate representation of color #8D458C: hue angle of 300.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D458C is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 140 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.45 |
| HSL | 300.83º | 0.34% | 0.41% | - |
| HSV(B) | 300.83º | 0.51% | 0.55% | - |
| XYZ | 17.85 | 11.81 | 26.15 | - |
| YUV | 98.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 140 | 0 | 0.51 | 0.01 | 0.45 | 300.83 | 0.34 | 0.41 |
| Hex | 8D | 45 | 8C | 0 | 33 | 1 | 2D | 12D | 22 | 29 |
| Octal | 215 | 105 | 214 | 0 | 63 | 1 | 55 | 455 | 42 | 51 |
| Binary | 10001101 | 1000101 | 10001100 | 0 | 110011 | 1 | 101101 | 100101101 | 100010 | 101001 |
Color Harmonies of #8D458C
Complementary color
Monochromatic Colors of #8D458C
Black with #8D458C
Text Example
Text Example
White with #8D458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D458C; }
p { color: rgb(141,69,140); }
H1.HeaderClassName
{
color: #8D458C;
}
.AnyTagClassName
{
color: #8D458C;
}
</style>
background-color css
<style>
a { background-color: #8D458C; }
a { background-color: rgb(141,69,140); }
div.DivClassName
{
background-color: #8D458C;
}
.BgClassName
{
background-color: #8D458C;
}
</style>
border-color css
<style>
span { border-color: #8D458C; }
span { border-color: rgb(141,69,140); }
td.TdClassName
{
border-color: #8D458C;
}
.TagClassName
{
border-color: #8D458C;
}
</style>