Shades of Vivid Violet #8D1F93
Tints of Vivid Violet #8D1F93
RGB
CMYK
RGB Variations
Color information
#8D1F93 (or 0x8D1F93) is known color: Vivid Violet. HEX triplet: 8D, 1F and 93. RGB value is (141,31,147). Sum of RGB (Red+Green+Blue) = 141+31+147=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1F93 is #72E06C. Grayscale: #4C4C4C. Windows color (decimal): -7528557 or 9641869. OLE color: 9641869.
HSL color Cylindrical-coordinate representation of color #8D1F93: hue angle of 296.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D1F93 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 31 | 147 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.42 |
| HSL | 296.9º | 0.65% | 0.35% | - |
| HSV(B) | 296.9º | 0.79% | 0.58% | - |
| XYZ | 16.74 | 8.75 | 28.41 | - |
| YUV | 77.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 147 | 0.04 | 0.79 | 0 | 0.42 | 296.9 | 0.65 | 0.35 |
| Hex | 8D | 1F | 93 | 4 | 4F | 0 | 2A | 129 | 41 | 23 |
| Octal | 215 | 37 | 223 | 4 | 117 | 0 | 52 | 451 | 101 | 43 |
| Binary | 10001101 | 11111 | 10010011 | 100 | 1001111 | 0 | 101010 | 100101001 | 1000001 | 100011 |
Color Harmonies of #8D1F93
Complementary color
Monochromatic Colors of #8D1F93
Black with #8D1F93
Text Example
Text Example
White with #8D1F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F93; }
p { color: rgb(141,31,147); }
H1.HeaderClassName
{
color: #8D1F93;
}
.AnyTagClassName
{
color: #8D1F93;
}
</style>
background-color css
<style>
a { background-color: #8D1F93; }
a { background-color: rgb(141,31,147); }
div.DivClassName
{
background-color: #8D1F93;
}
.BgClassName
{
background-color: #8D1F93;
}
</style>
border-color css
<style>
span { border-color: #8D1F93; }
span { border-color: rgb(141,31,147); }
td.TdClassName
{
border-color: #8D1F93;
}
.TagClassName
{
border-color: #8D1F93;
}
</style>