Shades of Vivid Violet #8D4A95
Tints of Vivid Violet #8D4A95
RGB
CMYK
RGB Variations
Color information
#8D4A95 (or 0x8D4A95) is known color: Vivid Violet. HEX triplet: 8D, 4A and 95. RGB value is (141,74,149). Sum of RGB (Red+Green+Blue) = 141+74+149=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D4A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4A95 is #72B56A. Grayscale: #666666. Windows color (decimal): -7517547 or 9783949. OLE color: 9783949.
HSL color Cylindrical-coordinate representation of color #8D4A95: hue angle of 293.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4A95 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 74 | 149 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.42 |
| HSL | 293.6º | 0.34% | 0.44% | - |
| HSV(B) | 293.6º | 0.5% | 0.58% | - |
| XYZ | 18.86 | 12.73 | 29.9 | - |
| YUV | 102.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 149 | 0.05 | 0.50 | 0 | 0.42 | 293.6 | 0.34 | 0.44 |
| Hex | 8D | 4A | 95 | 5 | 32 | 0 | 2A | 126 | 22 | 2C |
| Octal | 215 | 112 | 225 | 5 | 62 | 0 | 52 | 446 | 42 | 54 |
| Binary | 10001101 | 1001010 | 10010101 | 101 | 110010 | 0 | 101010 | 100100110 | 100010 | 101100 |
Color Harmonies of #8D4A95
Complementary color
Monochromatic Colors of #8D4A95
Black with #8D4A95
Text Example
Text Example
White with #8D4A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A95; }
p { color: rgb(141,74,149); }
H1.HeaderClassName
{
color: #8D4A95;
}
.AnyTagClassName
{
color: #8D4A95;
}
</style>
background-color css
<style>
a { background-color: #8D4A95; }
a { background-color: rgb(141,74,149); }
div.DivClassName
{
background-color: #8D4A95;
}
.BgClassName
{
background-color: #8D4A95;
}
</style>
border-color css
<style>
span { border-color: #8D4A95; }
span { border-color: rgb(141,74,149); }
td.TdClassName
{
border-color: #8D4A95;
}
.TagClassName
{
border-color: #8D4A95;
}
</style>