Shades of Vivid Violet #8D249A
Tints of Vivid Violet #8D249A
RGB
CMYK
RGB Variations
Color information
#8D249A (or 0x8D249A) is known color: Vivid Violet. HEX triplet: 8D, 24 and 9A. RGB value is (141,36,154). Sum of RGB (Red+Green+Blue) = 141+36+154=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D249A is #72DB65. Grayscale: #505050. Windows color (decimal): -7527270 or 10101901. OLE color: 10101901.
HSL color Cylindrical-coordinate representation of color #8D249A: hue angle of 293.39º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D249A is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 36 | 154 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.40 |
| HSL | 293.39º | 0.62% | 0.37% | - |
| HSV(B) | 293.39º | 0.77% | 0.6% | - |
| XYZ | 17.45 | 9.26 | 31.44 | - |
| YUV | 80.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 154 | 0.08 | 0.77 | 0 | 0.40 | 293.39 | 0.62 | 0.37 |
| Hex | 8D | 24 | 9A | 8 | 4D | 0 | 28 | 125 | 3E | 25 |
| Octal | 215 | 44 | 232 | 10 | 115 | 0 | 50 | 445 | 76 | 45 |
| Binary | 10001101 | 100100 | 10011010 | 1000 | 1001101 | 0 | 101000 | 100100101 | 111110 | 100101 |
Color Harmonies of #8D249A
Complementary color
Monochromatic Colors of #8D249A
Black with #8D249A
Text Example
Text Example
White with #8D249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D249A; }
p { color: rgb(141,36,154); }
H1.HeaderClassName
{
color: #8D249A;
}
.AnyTagClassName
{
color: #8D249A;
}
</style>
background-color css
<style>
a { background-color: #8D249A; }
a { background-color: rgb(141,36,154); }
div.DivClassName
{
background-color: #8D249A;
}
.BgClassName
{
background-color: #8D249A;
}
</style>
border-color css
<style>
span { border-color: #8D249A; }
span { border-color: rgb(141,36,154); }
td.TdClassName
{
border-color: #8D249A;
}
.TagClassName
{
border-color: #8D249A;
}
</style>