Shades of Vivid Violet #8D2490
Tints of Vivid Violet #8D2490
RGB
CMYK
RGB Variations
Color information
#8D2490 (or 0x8D2490) is known color: Vivid Violet. HEX triplet: 8D, 24 and 90. RGB value is (141,36,144). Sum of RGB (Red+Green+Blue) = 141+36+144=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D2490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2490 is #72DB6F. Grayscale: #4F4F4F. Windows color (decimal): -7527280 or 9446541. OLE color: 9446541.
HSL color Cylindrical-coordinate representation of color #8D2490: hue angle of 298.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2490 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 36 | 144 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.44 |
| HSL | 298.33º | 0.6% | 0.35% | - |
| HSV(B) | 298.33º | 0.75% | 0.56% | - |
| XYZ | 16.65 | 8.94 | 27.23 | - |
| YUV | 79.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 144 | 0.02 | 0.75 | 0 | 0.44 | 298.33 | 0.6 | 0.35 |
| Hex | 8D | 24 | 90 | 2 | 4B | 0 | 2C | 12A | 3C | 23 |
| Octal | 215 | 44 | 220 | 2 | 113 | 0 | 54 | 452 | 74 | 43 |
| Binary | 10001101 | 100100 | 10010000 | 10 | 1001011 | 0 | 101100 | 100101010 | 111100 | 100011 |
Color Harmonies of #8D2490
Complementary color
Monochromatic Colors of #8D2490
Black with #8D2490
Text Example
Text Example
White with #8D2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2490; }
p { color: rgb(141,36,144); }
H1.HeaderClassName
{
color: #8D2490;
}
.AnyTagClassName
{
color: #8D2490;
}
</style>
background-color css
<style>
a { background-color: #8D2490; }
a { background-color: rgb(141,36,144); }
div.DivClassName
{
background-color: #8D2490;
}
.BgClassName
{
background-color: #8D2490;
}
</style>
border-color css
<style>
span { border-color: #8D2490; }
span { border-color: rgb(141,36,144); }
td.TdClassName
{
border-color: #8D2490;
}
.TagClassName
{
border-color: #8D2490;
}
</style>