Shades of Vivid Violet #8D3F9E
Tints of Vivid Violet #8D3F9E
RGB
CMYK
RGB Variations
Color information
#8D3F9E (or 0x8D3F9E) is known color: Vivid Violet. HEX triplet: 8D, 3F and 9E. RGB value is (141,63,158). Sum of RGB (Red+Green+Blue) = 141+63+158=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3F9E is #72C061. Grayscale: #606060. Windows color (decimal): -7520354 or 10370957. OLE color: 10370957.
HSL color Cylindrical-coordinate representation of color #8D3F9E: hue angle of 289.26º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3F9E is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 63 | 158 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.38 |
| HSL | 289.26º | 0.43% | 0.43% | - |
| HSV(B) | 289.26º | 0.6% | 0.62% | - |
| XYZ | 18.93 | 11.69 | 33.61 | - |
| YUV | 97.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 158 | 0.11 | 0.60 | 0 | 0.38 | 289.26 | 0.43 | 0.43 |
| Hex | 8D | 3F | 9E | B | 3C | 0 | 26 | 121 | 2B | 2B |
| Octal | 215 | 77 | 236 | 13 | 74 | 0 | 46 | 441 | 53 | 53 |
| Binary | 10001101 | 111111 | 10011110 | 1011 | 111100 | 0 | 100110 | 100100001 | 101011 | 101011 |
Color Harmonies of #8D3F9E
Complementary color
Monochromatic Colors of #8D3F9E
Black with #8D3F9E
Text Example
Text Example
White with #8D3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F9E; }
p { color: rgb(141,63,158); }
H1.HeaderClassName
{
color: #8D3F9E;
}
.AnyTagClassName
{
color: #8D3F9E;
}
</style>
background-color css
<style>
a { background-color: #8D3F9E; }
a { background-color: rgb(141,63,158); }
div.DivClassName
{
background-color: #8D3F9E;
}
.BgClassName
{
background-color: #8D3F9E;
}
</style>
border-color css
<style>
span { border-color: #8D3F9E; }
span { border-color: rgb(141,63,158); }
td.TdClassName
{
border-color: #8D3F9E;
}
.TagClassName
{
border-color: #8D3F9E;
}
</style>