Shades of Vivid Violet #8D2293
Tints of Vivid Violet #8D2293
RGB
CMYK
RGB Variations
Color information
#8D2293 (or 0x8D2293) is known color: Vivid Violet. HEX triplet: 8D, 22 and 93. RGB value is (141,34,147). Sum of RGB (Red+Green+Blue) = 141+34+147=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D2293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2293 is #72DD6C. Grayscale: #4E4E4E. Windows color (decimal): -7527789 or 9642637. OLE color: 9642637.
HSL color Cylindrical-coordinate representation of color #8D2293: hue angle of 296.81º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2293 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 34 | 147 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.42 |
| HSL | 296.81º | 0.62% | 0.35% | - |
| HSV(B) | 296.81º | 0.77% | 0.58% | - |
| XYZ | 16.82 | 8.91 | 28.44 | - |
| YUV | 78.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 147 | 0.04 | 0.77 | 0 | 0.42 | 296.81 | 0.62 | 0.35 |
| Hex | 8D | 22 | 93 | 4 | 4D | 0 | 2A | 129 | 3E | 23 |
| Octal | 215 | 42 | 223 | 4 | 115 | 0 | 52 | 451 | 76 | 43 |
| Binary | 10001101 | 100010 | 10010011 | 100 | 1001101 | 0 | 101010 | 100101001 | 111110 | 100011 |
Color Harmonies of #8D2293
Complementary color
Monochromatic Colors of #8D2293
Black with #8D2293
Text Example
Text Example
White with #8D2293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2293; }
p { color: rgb(141,34,147); }
H1.HeaderClassName
{
color: #8D2293;
}
.AnyTagClassName
{
color: #8D2293;
}
</style>
background-color css
<style>
a { background-color: #8D2293; }
a { background-color: rgb(141,34,147); }
div.DivClassName
{
background-color: #8D2293;
}
.BgClassName
{
background-color: #8D2293;
}
</style>
border-color css
<style>
span { border-color: #8D2293; }
span { border-color: rgb(141,34,147); }
td.TdClassName
{
border-color: #8D2293;
}
.TagClassName
{
border-color: #8D2293;
}
</style>