Shades of Vivid Violet #8D449D
Tints of Vivid Violet #8D449D
RGB
CMYK
RGB Variations
Color information
#8D449D (or 0x8D449D) is known color: Vivid Violet. HEX triplet: 8D, 44 and 9D. RGB value is (141,68,157). Sum of RGB (Red+Green+Blue) = 141+68+157=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D449D is #72BB62. Grayscale: #636363. Windows color (decimal): -7519075 or 10306701. OLE color: 10306701.
HSL color Cylindrical-coordinate representation of color #8D449D: hue angle of 289.21º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D449D is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 68 | 157 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.38 |
| HSL | 289.21º | 0.4% | 0.44% | - |
| HSV(B) | 289.21º | 0.57% | 0.62% | - |
| XYZ | 19.14 | 12.23 | 33.25 | - |
| YUV | 99.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 157 | 0.10 | 0.57 | 0 | 0.38 | 289.21 | 0.4 | 0.44 |
| Hex | 8D | 44 | 9D | A | 39 | 0 | 26 | 121 | 28 | 2C |
| Octal | 215 | 104 | 235 | 12 | 71 | 0 | 46 | 441 | 50 | 54 |
| Binary | 10001101 | 1000100 | 10011101 | 1010 | 111001 | 0 | 100110 | 100100001 | 101000 | 101100 |
Color Harmonies of #8D449D
Complementary color
Monochromatic Colors of #8D449D
Black with #8D449D
Text Example
Text Example
White with #8D449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D449D; }
p { color: rgb(141,68,157); }
H1.HeaderClassName
{
color: #8D449D;
}
.AnyTagClassName
{
color: #8D449D;
}
</style>
background-color css
<style>
a { background-color: #8D449D; }
a { background-color: rgb(141,68,157); }
div.DivClassName
{
background-color: #8D449D;
}
.BgClassName
{
background-color: #8D449D;
}
</style>
border-color css
<style>
span { border-color: #8D449D; }
span { border-color: rgb(141,68,157); }
td.TdClassName
{
border-color: #8D449D;
}
.TagClassName
{
border-color: #8D449D;
}
</style>