Shades of Vivid Violet #8D1D99
Tints of Vivid Violet #8D1D99
RGB
CMYK
RGB Variations
Color information
#8D1D99 (or 0x8D1D99) is known color: Vivid Violet. HEX triplet: 8D, 1D and 99. RGB value is (141,29,153). Sum of RGB (Red+Green+Blue) = 141+29+153=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D1D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1D99 is #72E266. Grayscale: #4C4C4C. Windows color (decimal): -7529063 or 10034573. OLE color: 10034573.
HSL color Cylindrical-coordinate representation of color #8D1D99: hue angle of 294.19º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1D99 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 29 | 153 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.4 |
| HSL | 294.19º | 0.68% | 0.36% | - |
| HSV(B) | 294.19º | 0.81% | 0.6% | - |
| XYZ | 17.17 | 8.84 | 30.94 | - |
| YUV | 76.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 153 | 0.08 | 0.81 | 0 | 0.4 | 294.19 | 0.68 | 0.36 |
| Hex | 8D | 1D | 99 | 8 | 51 | 0 | 28 | 126 | 44 | 24 |
| Octal | 215 | 35 | 231 | 10 | 121 | 0 | 50 | 446 | 104 | 44 |
| Binary | 10001101 | 11101 | 10011001 | 1000 | 1010001 | 0 | 101000 | 100100110 | 1000100 | 100100 |
Color Harmonies of #8D1D99
Complementary color
Monochromatic Colors of #8D1D99
Black with #8D1D99
Text Example
Text Example
White with #8D1D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D99; }
p { color: rgb(141,29,153); }
H1.HeaderClassName
{
color: #8D1D99;
}
.AnyTagClassName
{
color: #8D1D99;
}
</style>
background-color css
<style>
a { background-color: #8D1D99; }
a { background-color: rgb(141,29,153); }
div.DivClassName
{
background-color: #8D1D99;
}
.BgClassName
{
background-color: #8D1D99;
}
</style>
border-color css
<style>
span { border-color: #8D1D99; }
span { border-color: rgb(141,29,153); }
td.TdClassName
{
border-color: #8D1D99;
}
.TagClassName
{
border-color: #8D1D99;
}
</style>