Shades of Vivid Violet #8D339B
Tints of Vivid Violet #8D339B
RGB
CMYK
RGB Variations
Color information
#8D339B (or 0x8D339B) is known color: Vivid Violet. HEX triplet: 8D, 33 and 9B. RGB value is (141,51,155). Sum of RGB (Red+Green+Blue) = 141+51+155=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D339B is #72CC64. Grayscale: #595959. Windows color (decimal): -7523429 or 10171277. OLE color: 10171277.
HSL color Cylindrical-coordinate representation of color #8D339B: hue angle of 291.92º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D339B is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 51 | 155 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.39 |
| HSL | 291.92º | 0.5% | 0.4% | - |
| HSV(B) | 291.92º | 0.67% | 0.61% | - |
| XYZ | 18.08 | 10.4 | 32.06 | - |
| YUV | 89.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 155 | 0.09 | 0.67 | 0 | 0.39 | 291.92 | 0.5 | 0.4 |
| Hex | 8D | 33 | 9B | 9 | 43 | 0 | 27 | 124 | 32 | 28 |
| Octal | 215 | 63 | 233 | 11 | 103 | 0 | 47 | 444 | 62 | 50 |
| Binary | 10001101 | 110011 | 10011011 | 1001 | 1000011 | 0 | 100111 | 100100100 | 110010 | 101000 |
Color Harmonies of #8D339B
Complementary color
Monochromatic Colors of #8D339B
Black with #8D339B
Text Example
Text Example
White with #8D339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D339B; }
p { color: rgb(141,51,155); }
H1.HeaderClassName
{
color: #8D339B;
}
.AnyTagClassName
{
color: #8D339B;
}
</style>
background-color css
<style>
a { background-color: #8D339B; }
a { background-color: rgb(141,51,155); }
div.DivClassName
{
background-color: #8D339B;
}
.BgClassName
{
background-color: #8D339B;
}
</style>
border-color css
<style>
span { border-color: #8D339B; }
span { border-color: rgb(141,51,155); }
td.TdClassName
{
border-color: #8D339B;
}
.TagClassName
{
border-color: #8D339B;
}
</style>