Shades of Vivid Violet #8D2E8A
Tints of Vivid Violet #8D2E8A
RGB
CMYK
RGB Variations
Color information
#8D2E8A (or 0x8D2E8A) is known color: Vivid Violet. HEX triplet: 8D, 2E and 8A. RGB value is (141,46,138). Sum of RGB (Red+Green+Blue) = 141+46+138=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2E8A is #72D175. Grayscale: #545454. Windows color (decimal): -7524726 or 9055885. OLE color: 9055885.
HSL color Cylindrical-coordinate representation of color #8D2E8A: hue angle of 301.89º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2E8A is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 46 | 138 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.45 |
| HSL | 301.89º | 0.51% | 0.37% | - |
| HSV(B) | 301.89º | 0.67% | 0.55% | - |
| XYZ | 16.55 | 9.45 | 25 | - |
| YUV | 84.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 138 | 0 | 0.67 | 0.02 | 0.45 | 301.89 | 0.51 | 0.37 |
| Hex | 8D | 2E | 8A | 0 | 43 | 2 | 2D | 12E | 33 | 25 |
| Octal | 215 | 56 | 212 | 0 | 103 | 2 | 55 | 456 | 63 | 45 |
| Binary | 10001101 | 101110 | 10001010 | 0 | 1000011 | 10 | 101101 | 100101110 | 110011 | 100101 |
Color Harmonies of #8D2E8A
Complementary color
Monochromatic Colors of #8D2E8A
Black with #8D2E8A
Text Example
Text Example
White with #8D2E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2E8A; }
p { color: rgb(141,46,138); }
H1.HeaderClassName
{
color: #8D2E8A;
}
.AnyTagClassName
{
color: #8D2E8A;
}
</style>
background-color css
<style>
a { background-color: #8D2E8A; }
a { background-color: rgb(141,46,138); }
div.DivClassName
{
background-color: #8D2E8A;
}
.BgClassName
{
background-color: #8D2E8A;
}
</style>
border-color css
<style>
span { border-color: #8D2E8A; }
span { border-color: rgb(141,46,138); }
td.TdClassName
{
border-color: #8D2E8A;
}
.TagClassName
{
border-color: #8D2E8A;
}
</style>