Shades of Vivid Violet #8D459D
Tints of Vivid Violet #8D459D
RGB
CMYK
RGB Variations
Color information
#8D459D (or 0x8D459D) is known color: Vivid Violet. HEX triplet: 8D, 45 and 9D. RGB value is (141,69,157). Sum of RGB (Red+Green+Blue) = 141+69+157=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D459D is #72BA62. Grayscale: #646464. Windows color (decimal): -7518819 or 10306957. OLE color: 10306957.
HSL color Cylindrical-coordinate representation of color #8D459D: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D459D is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 69 | 157 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.38 |
| HSL | 289.09º | 0.39% | 0.44% | - |
| HSV(B) | 289.09º | 0.56% | 0.62% | - |
| XYZ | 19.2 | 12.35 | 33.27 | - |
| YUV | 100.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 157 | 0.10 | 0.56 | 0 | 0.38 | 289.09 | 0.39 | 0.44 |
| Hex | 8D | 45 | 9D | A | 38 | 0 | 26 | 121 | 27 | 2C |
| Octal | 215 | 105 | 235 | 12 | 70 | 0 | 46 | 441 | 47 | 54 |
| Binary | 10001101 | 1000101 | 10011101 | 1010 | 111000 | 0 | 100110 | 100100001 | 100111 | 101100 |
Color Harmonies of #8D459D
Complementary color
Monochromatic Colors of #8D459D
Black with #8D459D
Text Example
Text Example
White with #8D459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D459D; }
p { color: rgb(141,69,157); }
H1.HeaderClassName
{
color: #8D459D;
}
.AnyTagClassName
{
color: #8D459D;
}
</style>
background-color css
<style>
a { background-color: #8D459D; }
a { background-color: rgb(141,69,157); }
div.DivClassName
{
background-color: #8D459D;
}
.BgClassName
{
background-color: #8D459D;
}
</style>
border-color css
<style>
span { border-color: #8D459D; }
span { border-color: rgb(141,69,157); }
td.TdClassName
{
border-color: #8D459D;
}
.TagClassName
{
border-color: #8D459D;
}
</style>