Shades of Vivid Violet #8D2494
Tints of Vivid Violet #8D2494
RGB
CMYK
RGB Variations
Color information
#8D2494 (or 0x8D2494) is known color: Vivid Violet. HEX triplet: 8D, 24 and 94. RGB value is (141,36,148). Sum of RGB (Red+Green+Blue) = 141+36+148=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D2494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2494 is #72DB6B. Grayscale: #4F4F4F. Windows color (decimal): -7527276 or 9708685. OLE color: 9708685.
HSL color Cylindrical-coordinate representation of color #8D2494: hue angle of 296.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2494 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 36 | 148 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.42 |
| HSL | 296.25º | 0.61% | 0.36% | - |
| HSV(B) | 296.25º | 0.76% | 0.58% | - |
| XYZ | 16.96 | 9.06 | 28.87 | - |
| YUV | 80.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 148 | 0.05 | 0.76 | 0 | 0.42 | 296.25 | 0.61 | 0.36 |
| Hex | 8D | 24 | 94 | 5 | 4C | 0 | 2A | 128 | 3D | 24 |
| Octal | 215 | 44 | 224 | 5 | 114 | 0 | 52 | 450 | 75 | 44 |
| Binary | 10001101 | 100100 | 10010100 | 101 | 1001100 | 0 | 101010 | 100101000 | 111101 | 100100 |
Color Harmonies of #8D2494
Complementary color
Monochromatic Colors of #8D2494
Black with #8D2494
Text Example
Text Example
White with #8D2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2494; }
p { color: rgb(141,36,148); }
H1.HeaderClassName
{
color: #8D2494;
}
.AnyTagClassName
{
color: #8D2494;
}
</style>
background-color css
<style>
a { background-color: #8D2494; }
a { background-color: rgb(141,36,148); }
div.DivClassName
{
background-color: #8D2494;
}
.BgClassName
{
background-color: #8D2494;
}
</style>
border-color css
<style>
span { border-color: #8D2494; }
span { border-color: rgb(141,36,148); }
td.TdClassName
{
border-color: #8D2494;
}
.TagClassName
{
border-color: #8D2494;
}
</style>