Shades of Vivid Violet #8D2B9D
Tints of Vivid Violet #8D2B9D
RGB
CMYK
RGB Variations
Color information
#8D2B9D (or 0x8D2B9D) is known color: Vivid Violet. HEX triplet: 8D, 2B and 9D. RGB value is (141,43,157). Sum of RGB (Red+Green+Blue) = 141+43+157=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D2B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2B9D is #72D462. Grayscale: #545454. Windows color (decimal): -7525475 or 10300301. OLE color: 10300301.
HSL color Cylindrical-coordinate representation of color #8D2B9D: hue angle of 291.58º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2B9D is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 43 | 157 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.38 |
| HSL | 291.58º | 0.57% | 0.39% | - |
| HSV(B) | 291.58º | 0.73% | 0.62% | - |
| XYZ | 17.93 | 9.82 | 32.85 | - |
| YUV | 85.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 157 | 0.10 | 0.73 | 0 | 0.38 | 291.58 | 0.57 | 0.39 |
| Hex | 8D | 2B | 9D | A | 49 | 0 | 26 | 124 | 39 | 27 |
| Octal | 215 | 53 | 235 | 12 | 111 | 0 | 46 | 444 | 71 | 47 |
| Binary | 10001101 | 101011 | 10011101 | 1010 | 1001001 | 0 | 100110 | 100100100 | 111001 | 100111 |
Color Harmonies of #8D2B9D
Complementary color
Monochromatic Colors of #8D2B9D
Black with #8D2B9D
Text Example
Text Example
White with #8D2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B9D; }
p { color: rgb(141,43,157); }
H1.HeaderClassName
{
color: #8D2B9D;
}
.AnyTagClassName
{
color: #8D2B9D;
}
</style>
background-color css
<style>
a { background-color: #8D2B9D; }
a { background-color: rgb(141,43,157); }
div.DivClassName
{
background-color: #8D2B9D;
}
.BgClassName
{
background-color: #8D2B9D;
}
</style>
border-color css
<style>
span { border-color: #8D2B9D; }
span { border-color: rgb(141,43,157); }
td.TdClassName
{
border-color: #8D2B9D;
}
.TagClassName
{
border-color: #8D2B9D;
}
</style>