Shades of Vivid Violet #8D2990
Tints of Vivid Violet #8D2990
RGB
CMYK
RGB Variations
Color information
#8D2990 (or 0x8D2990) is known color: Vivid Violet. HEX triplet: 8D, 29 and 90. RGB value is (141,41,144). Sum of RGB (Red+Green+Blue) = 141+41+144=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D2990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2990 is #72D66F. Grayscale: #525252. Windows color (decimal): -7526000 or 9447821. OLE color: 9447821.
HSL color Cylindrical-coordinate representation of color #8D2990: hue angle of 298.25º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2990 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 41 | 144 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.44 |
| HSL | 298.25º | 0.56% | 0.36% | - |
| HSV(B) | 298.25º | 0.72% | 0.56% | - |
| XYZ | 16.81 | 9.26 | 27.29 | - |
| YUV | 82.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 144 | 0.02 | 0.72 | 0 | 0.44 | 298.25 | 0.56 | 0.36 |
| Hex | 8D | 29 | 90 | 2 | 48 | 0 | 2C | 12A | 38 | 24 |
| Octal | 215 | 51 | 220 | 2 | 110 | 0 | 54 | 452 | 70 | 44 |
| Binary | 10001101 | 101001 | 10010000 | 10 | 1001000 | 0 | 101100 | 100101010 | 111000 | 100100 |
Color Harmonies of #8D2990
Complementary color
Monochromatic Colors of #8D2990
Black with #8D2990
Text Example
Text Example
White with #8D2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2990; }
p { color: rgb(141,41,144); }
H1.HeaderClassName
{
color: #8D2990;
}
.AnyTagClassName
{
color: #8D2990;
}
</style>
background-color css
<style>
a { background-color: #8D2990; }
a { background-color: rgb(141,41,144); }
div.DivClassName
{
background-color: #8D2990;
}
.BgClassName
{
background-color: #8D2990;
}
</style>
border-color css
<style>
span { border-color: #8D2990; }
span { border-color: rgb(141,41,144); }
td.TdClassName
{
border-color: #8D2990;
}
.TagClassName
{
border-color: #8D2990;
}
</style>