Shades of Vivid Violet #8D4697
Tints of Vivid Violet #8D4697
RGB
CMYK
RGB Variations
Color information
#8D4697 (or 0x8D4697) is known color: Vivid Violet. HEX triplet: 8D, 46 and 97. RGB value is (141,70,151). Sum of RGB (Red+Green+Blue) = 141+70+151=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D4697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4697 is #72B968. Grayscale: #646464. Windows color (decimal): -7518569 or 9913997. OLE color: 9913997.
HSL color Cylindrical-coordinate representation of color #8D4697: hue angle of 292.59º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4697 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 70 | 151 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.41 |
| HSL | 292.59º | 0.37% | 0.43% | - |
| HSV(B) | 292.59º | 0.54% | 0.59% | - |
| XYZ | 18.76 | 12.28 | 30.66 | - |
| YUV | 100.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 151 | 0.07 | 0.54 | 0 | 0.41 | 292.59 | 0.37 | 0.43 |
| Hex | 8D | 46 | 97 | 7 | 36 | 0 | 29 | 125 | 25 | 2B |
| Octal | 215 | 106 | 227 | 7 | 66 | 0 | 51 | 445 | 45 | 53 |
| Binary | 10001101 | 1000110 | 10010111 | 111 | 110110 | 0 | 101001 | 100100101 | 100101 | 101011 |
Color Harmonies of #8D4697
Complementary color
Monochromatic Colors of #8D4697
Black with #8D4697
Text Example
Text Example
White with #8D4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4697; }
p { color: rgb(141,70,151); }
H1.HeaderClassName
{
color: #8D4697;
}
.AnyTagClassName
{
color: #8D4697;
}
</style>
background-color css
<style>
a { background-color: #8D4697; }
a { background-color: rgb(141,70,151); }
div.DivClassName
{
background-color: #8D4697;
}
.BgClassName
{
background-color: #8D4697;
}
</style>
border-color css
<style>
span { border-color: #8D4697; }
span { border-color: rgb(141,70,151); }
td.TdClassName
{
border-color: #8D4697;
}
.TagClassName
{
border-color: #8D4697;
}
</style>