Shades of Vivid Violet #8D469E
Tints of Vivid Violet #8D469E
RGB
CMYK
RGB Variations
Color information
#8D469E (or 0x8D469E) is known color: Vivid Violet. HEX triplet: 8D, 46 and 9E. RGB value is (141,70,158). Sum of RGB (Red+Green+Blue) = 141+70+158=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D469E is #72B961. Grayscale: #646464. Windows color (decimal): -7518562 or 10372749. OLE color: 10372749.
HSL color Cylindrical-coordinate representation of color #8D469E: hue angle of 288.41º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D469E is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 70 | 158 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.38 |
| HSL | 288.41º | 0.39% | 0.45% | - |
| HSV(B) | 288.41º | 0.56% | 0.62% | - |
| XYZ | 19.35 | 12.51 | 33.74 | - |
| YUV | 101.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 158 | 0.11 | 0.56 | 0 | 0.38 | 288.41 | 0.39 | 0.45 |
| Hex | 8D | 46 | 9E | B | 38 | 0 | 26 | 120 | 27 | 2D |
| Octal | 215 | 106 | 236 | 13 | 70 | 0 | 46 | 440 | 47 | 55 |
| Binary | 10001101 | 1000110 | 10011110 | 1011 | 111000 | 0 | 100110 | 100100000 | 100111 | 101101 |
Color Harmonies of #8D469E
Complementary color
Monochromatic Colors of #8D469E
Black with #8D469E
Text Example
Text Example
White with #8D469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D469E; }
p { color: rgb(141,70,158); }
H1.HeaderClassName
{
color: #8D469E;
}
.AnyTagClassName
{
color: #8D469E;
}
</style>
background-color css
<style>
a { background-color: #8D469E; }
a { background-color: rgb(141,70,158); }
div.DivClassName
{
background-color: #8D469E;
}
.BgClassName
{
background-color: #8D469E;
}
</style>
border-color css
<style>
span { border-color: #8D469E; }
span { border-color: rgb(141,70,158); }
td.TdClassName
{
border-color: #8D469E;
}
.TagClassName
{
border-color: #8D469E;
}
</style>