Shades of Vivid Violet #8D459A
Tints of Vivid Violet #8D459A
RGB
CMYK
RGB Variations
Color information
#8D459A (or 0x8D459A) is known color: Vivid Violet. HEX triplet: 8D, 45 and 9A. RGB value is (141,69,154). Sum of RGB (Red+Green+Blue) = 141+69+154=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D459A is #72BA65. Grayscale: #636363. Windows color (decimal): -7518822 or 10110349. OLE color: 10110349.
HSL color Cylindrical-coordinate representation of color #8D459A: hue angle of 290.82º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D459A is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 69 | 154 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.40 |
| HSL | 290.82º | 0.38% | 0.44% | - |
| HSV(B) | 290.82º | 0.55% | 0.6% | - |
| XYZ | 18.95 | 12.25 | 31.94 | - |
| YUV | 100.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 154 | 0.08 | 0.55 | 0 | 0.40 | 290.82 | 0.38 | 0.44 |
| Hex | 8D | 45 | 9A | 8 | 37 | 0 | 28 | 123 | 26 | 2C |
| Octal | 215 | 105 | 232 | 10 | 67 | 0 | 50 | 443 | 46 | 54 |
| Binary | 10001101 | 1000101 | 10011010 | 1000 | 110111 | 0 | 101000 | 100100011 | 100110 | 101100 |
Color Harmonies of #8D459A
Complementary color
Monochromatic Colors of #8D459A
Black with #8D459A
Text Example
Text Example
White with #8D459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D459A; }
p { color: rgb(141,69,154); }
H1.HeaderClassName
{
color: #8D459A;
}
.AnyTagClassName
{
color: #8D459A;
}
</style>
background-color css
<style>
a { background-color: #8D459A; }
a { background-color: rgb(141,69,154); }
div.DivClassName
{
background-color: #8D459A;
}
.BgClassName
{
background-color: #8D459A;
}
</style>
border-color css
<style>
span { border-color: #8D459A; }
span { border-color: rgb(141,69,154); }
td.TdClassName
{
border-color: #8D459A;
}
.TagClassName
{
border-color: #8D459A;
}
</style>