Shades of Vivid Violet #8D2790
Tints of Vivid Violet #8D2790
RGB
CMYK
RGB Variations
Color information
#8D2790 (or 0x8D2790) is known color: Vivid Violet. HEX triplet: 8D, 27 and 90. RGB value is (141,39,144). Sum of RGB (Red+Green+Blue) = 141+39+144=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2790 is #72D86F. Grayscale: #515151. Windows color (decimal): -7526512 or 9447309. OLE color: 9447309.
HSL color Cylindrical-coordinate representation of color #8D2790: hue angle of 298.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2790 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 39 | 144 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.44 |
| HSL | 298.29º | 0.57% | 0.36% | - |
| HSV(B) | 298.29º | 0.73% | 0.56% | - |
| XYZ | 16.74 | 9.13 | 27.26 | - |
| YUV | 81.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 144 | 0.02 | 0.73 | 0 | 0.44 | 298.29 | 0.57 | 0.36 |
| Hex | 8D | 27 | 90 | 2 | 49 | 0 | 2C | 12A | 39 | 24 |
| Octal | 215 | 47 | 220 | 2 | 111 | 0 | 54 | 452 | 71 | 44 |
| Binary | 10001101 | 100111 | 10010000 | 10 | 1001001 | 0 | 101100 | 100101010 | 111001 | 100100 |
Color Harmonies of #8D2790
Complementary color
Monochromatic Colors of #8D2790
Black with #8D2790
Text Example
Text Example
White with #8D2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2790; }
p { color: rgb(141,39,144); }
H1.HeaderClassName
{
color: #8D2790;
}
.AnyTagClassName
{
color: #8D2790;
}
</style>
background-color css
<style>
a { background-color: #8D2790; }
a { background-color: rgb(141,39,144); }
div.DivClassName
{
background-color: #8D2790;
}
.BgClassName
{
background-color: #8D2790;
}
</style>
border-color css
<style>
span { border-color: #8D2790; }
span { border-color: rgb(141,39,144); }
td.TdClassName
{
border-color: #8D2790;
}
.TagClassName
{
border-color: #8D2790;
}
</style>