Shades of Vivid Violet #8D4590
Tints of Vivid Violet #8D4590
RGB
CMYK
RGB Variations
Color information
#8D4590 (or 0x8D4590) is known color: Vivid Violet. HEX triplet: 8D, 45 and 90. RGB value is (141,69,144). Sum of RGB (Red+Green+Blue) = 141+69+144=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4590 is #72BA6F. Grayscale: #626262. Windows color (decimal): -7518832 or 9454989. OLE color: 9454989.
HSL color Cylindrical-coordinate representation of color #8D4590: hue angle of 297.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4590 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 69 | 144 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.44 |
| HSL | 297.6º | 0.35% | 0.42% | - |
| HSV(B) | 297.6º | 0.52% | 0.56% | - |
| XYZ | 18.15 | 11.93 | 27.73 | - |
| YUV | 99.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 144 | 0.02 | 0.52 | 0 | 0.44 | 297.6 | 0.35 | 0.42 |
| Hex | 8D | 45 | 90 | 2 | 34 | 0 | 2C | 12A | 23 | 2A |
| Octal | 215 | 105 | 220 | 2 | 64 | 0 | 54 | 452 | 43 | 52 |
| Binary | 10001101 | 1000101 | 10010000 | 10 | 110100 | 0 | 101100 | 100101010 | 100011 | 101010 |
Color Harmonies of #8D4590
Complementary color
Monochromatic Colors of #8D4590
Black with #8D4590
Text Example
Text Example
White with #8D4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4590; }
p { color: rgb(141,69,144); }
H1.HeaderClassName
{
color: #8D4590;
}
.AnyTagClassName
{
color: #8D4590;
}
</style>
background-color css
<style>
a { background-color: #8D4590; }
a { background-color: rgb(141,69,144); }
div.DivClassName
{
background-color: #8D4590;
}
.BgClassName
{
background-color: #8D4590;
}
</style>
border-color css
<style>
span { border-color: #8D4590; }
span { border-color: rgb(141,69,144); }
td.TdClassName
{
border-color: #8D4590;
}
.TagClassName
{
border-color: #8D4590;
}
</style>