Shades of Vivid Violet #8D249E
Tints of Vivid Violet #8D249E
RGB
CMYK
RGB Variations
Color information
#8D249E (or 0x8D249E) is known color: Vivid Violet. HEX triplet: 8D, 24 and 9E. RGB value is (141,36,158). Sum of RGB (Red+Green+Blue) = 141+36+158=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D249E is #72DB61. Grayscale: #505050. Windows color (decimal): -7527266 or 10364045. OLE color: 10364045.
HSL color Cylindrical-coordinate representation of color #8D249E: hue angle of 291.64º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D249E is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 36 | 158 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.38 |
| HSL | 291.64º | 0.63% | 0.38% | - |
| HSV(B) | 291.64º | 0.77% | 0.62% | - |
| XYZ | 17.79 | 9.39 | 33.22 | - |
| YUV | 81.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 158 | 0.11 | 0.77 | 0 | 0.38 | 291.64 | 0.63 | 0.38 |
| Hex | 8D | 24 | 9E | B | 4D | 0 | 26 | 124 | 3F | 26 |
| Octal | 215 | 44 | 236 | 13 | 115 | 0 | 46 | 444 | 77 | 46 |
| Binary | 10001101 | 100100 | 10011110 | 1011 | 1001101 | 0 | 100110 | 100100100 | 111111 | 100110 |
Color Harmonies of #8D249E
Complementary color
Monochromatic Colors of #8D249E
Black with #8D249E
Text Example
Text Example
White with #8D249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D249E; }
p { color: rgb(141,36,158); }
H1.HeaderClassName
{
color: #8D249E;
}
.AnyTagClassName
{
color: #8D249E;
}
</style>
background-color css
<style>
a { background-color: #8D249E; }
a { background-color: rgb(141,36,158); }
div.DivClassName
{
background-color: #8D249E;
}
.BgClassName
{
background-color: #8D249E;
}
</style>
border-color css
<style>
span { border-color: #8D249E; }
span { border-color: rgb(141,36,158); }
td.TdClassName
{
border-color: #8D249E;
}
.TagClassName
{
border-color: #8D249E;
}
</style>