Shades of Vivid Violet #8D3F91
Tints of Vivid Violet #8D3F91
RGB
CMYK
RGB Variations
Color information
#8D3F91 (or 0x8D3F91) is known color: Vivid Violet. HEX triplet: 8D, 3F and 91. RGB value is (141,63,145). Sum of RGB (Red+Green+Blue) = 141+63+145=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D3F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3F91 is #72C06E. Grayscale: #5F5F5F. Windows color (decimal): -7520367 or 9518989. OLE color: 9518989.
HSL color Cylindrical-coordinate representation of color #8D3F91: hue angle of 297.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3F91 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 63 | 145 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.43 |
| HSL | 297.07º | 0.39% | 0.41% | - |
| HSV(B) | 297.07º | 0.57% | 0.57% | - |
| XYZ | 17.87 | 11.26 | 28.02 | - |
| YUV | 95.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 145 | 0.03 | 0.57 | 0 | 0.43 | 297.07 | 0.39 | 0.41 |
| Hex | 8D | 3F | 91 | 3 | 39 | 0 | 2B | 129 | 27 | 29 |
| Octal | 215 | 77 | 221 | 3 | 71 | 0 | 53 | 451 | 47 | 51 |
| Binary | 10001101 | 111111 | 10010001 | 11 | 111001 | 0 | 101011 | 100101001 | 100111 | 101001 |
Color Harmonies of #8D3F91
Complementary color
Monochromatic Colors of #8D3F91
Black with #8D3F91
Text Example
Text Example
White with #8D3F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F91; }
p { color: rgb(141,63,145); }
H1.HeaderClassName
{
color: #8D3F91;
}
.AnyTagClassName
{
color: #8D3F91;
}
</style>
background-color css
<style>
a { background-color: #8D3F91; }
a { background-color: rgb(141,63,145); }
div.DivClassName
{
background-color: #8D3F91;
}
.BgClassName
{
background-color: #8D3F91;
}
</style>
border-color css
<style>
span { border-color: #8D3F91; }
span { border-color: rgb(141,63,145); }
td.TdClassName
{
border-color: #8D3F91;
}
.TagClassName
{
border-color: #8D3F91;
}
</style>