Shades of Vivid Violet #8D289F
Tints of Vivid Violet #8D289F
RGB
CMYK
RGB Variations
Color information
#8D289F (or 0x8D289F) is known color: Vivid Violet. HEX triplet: 8D, 28 and 9F. RGB value is (141,40,159). Sum of RGB (Red+Green+Blue) = 141+40+159=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D289F is #72D760. Grayscale: #535353. Windows color (decimal): -7526241 or 10430605. OLE color: 10430605.
HSL color Cylindrical-coordinate representation of color #8D289F: hue angle of 290.92º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D289F is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 40 | 159 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.38 |
| HSL | 290.92º | 0.6% | 0.39% | - |
| HSV(B) | 290.92º | 0.75% | 0.62% | - |
| XYZ | 18 | 9.68 | 33.72 | - |
| YUV | 83.77 | 170.46 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 159 | 0.11 | 0.75 | 0 | 0.38 | 290.92 | 0.6 | 0.39 |
| Hex | 8D | 28 | 9F | B | 4B | 0 | 26 | 123 | 3C | 27 |
| Octal | 215 | 50 | 237 | 13 | 113 | 0 | 46 | 443 | 74 | 47 |
| Binary | 10001101 | 101000 | 10011111 | 1011 | 1001011 | 0 | 100110 | 100100011 | 111100 | 100111 |
Color Harmonies of #8D289F
Complementary color
Monochromatic Colors of #8D289F
Black with #8D289F
Text Example
Text Example
White with #8D289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D289F; }
p { color: rgb(141,40,159); }
H1.HeaderClassName
{
color: #8D289F;
}
.AnyTagClassName
{
color: #8D289F;
}
</style>
background-color css
<style>
a { background-color: #8D289F; }
a { background-color: rgb(141,40,159); }
div.DivClassName
{
background-color: #8D289F;
}
.BgClassName
{
background-color: #8D289F;
}
</style>
border-color css
<style>
span { border-color: #8D289F; }
span { border-color: rgb(141,40,159); }
td.TdClassName
{
border-color: #8D289F;
}
.TagClassName
{
border-color: #8D289F;
}
</style>