Shades of Vivid Violet #8D449A
Tints of Vivid Violet #8D449A
RGB
CMYK
RGB Variations
Color information
#8D449A (or 0x8D449A) is known color: Vivid Violet. HEX triplet: 8D, 44 and 9A. RGB value is (141,68,154). Sum of RGB (Red+Green+Blue) = 141+68+154=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D449A is #72BB65. Grayscale: #636363. Windows color (decimal): -7519078 or 10110093. OLE color: 10110093.
HSL color Cylindrical-coordinate representation of color #8D449A: hue angle of 290.93º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D449A is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 68 | 154 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.40 |
| HSL | 290.93º | 0.39% | 0.44% | - |
| HSV(B) | 290.93º | 0.56% | 0.6% | - |
| XYZ | 18.88 | 12.13 | 31.92 | - |
| YUV | 99.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 154 | 0.08 | 0.56 | 0 | 0.40 | 290.93 | 0.39 | 0.44 |
| Hex | 8D | 44 | 9A | 8 | 38 | 0 | 28 | 123 | 27 | 2C |
| Octal | 215 | 104 | 232 | 10 | 70 | 0 | 50 | 443 | 47 | 54 |
| Binary | 10001101 | 1000100 | 10011010 | 1000 | 111000 | 0 | 101000 | 100100011 | 100111 | 101100 |
Color Harmonies of #8D449A
Complementary color
Monochromatic Colors of #8D449A
Black with #8D449A
Text Example
Text Example
White with #8D449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D449A; }
p { color: rgb(141,68,154); }
H1.HeaderClassName
{
color: #8D449A;
}
.AnyTagClassName
{
color: #8D449A;
}
</style>
background-color css
<style>
a { background-color: #8D449A; }
a { background-color: rgb(141,68,154); }
div.DivClassName
{
background-color: #8D449A;
}
.BgClassName
{
background-color: #8D449A;
}
</style>
border-color css
<style>
span { border-color: #8D449A; }
span { border-color: rgb(141,68,154); }
td.TdClassName
{
border-color: #8D449A;
}
.TagClassName
{
border-color: #8D449A;
}
</style>