Shades of Vivid Violet #8D4293
Tints of Vivid Violet #8D4293
RGB
CMYK
RGB Variations
Color information
#8D4293 (or 0x8D4293) is known color: Vivid Violet. HEX triplet: 8D, 42 and 93. RGB value is (141,66,147). Sum of RGB (Red+Green+Blue) = 141+66+147=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4293 is #72BD6C. Grayscale: #616161. Windows color (decimal): -7519597 or 9650829. OLE color: 9650829.
HSL color Cylindrical-coordinate representation of color #8D4293: hue angle of 295.56º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4293 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 66 | 147 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.42 |
| HSL | 295.56º | 0.38% | 0.42% | - |
| HSV(B) | 295.56º | 0.55% | 0.58% | - |
| XYZ | 18.2 | 11.67 | 28.9 | - |
| YUV | 97.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 147 | 0.04 | 0.55 | 0 | 0.42 | 295.56 | 0.38 | 0.42 |
| Hex | 8D | 42 | 93 | 4 | 37 | 0 | 2A | 128 | 26 | 2A |
| Octal | 215 | 102 | 223 | 4 | 67 | 0 | 52 | 450 | 46 | 52 |
| Binary | 10001101 | 1000010 | 10010011 | 100 | 110111 | 0 | 101010 | 100101000 | 100110 | 101010 |
Color Harmonies of #8D4293
Complementary color
Monochromatic Colors of #8D4293
Black with #8D4293
Text Example
Text Example
White with #8D4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4293; }
p { color: rgb(141,66,147); }
H1.HeaderClassName
{
color: #8D4293;
}
.AnyTagClassName
{
color: #8D4293;
}
</style>
background-color css
<style>
a { background-color: #8D4293; }
a { background-color: rgb(141,66,147); }
div.DivClassName
{
background-color: #8D4293;
}
.BgClassName
{
background-color: #8D4293;
}
</style>
border-color css
<style>
span { border-color: #8D4293; }
span { border-color: rgb(141,66,147); }
td.TdClassName
{
border-color: #8D4293;
}
.TagClassName
{
border-color: #8D4293;
}
</style>