Shades of Vivid Violet #8D2596
Tints of Vivid Violet #8D2596
RGB
CMYK
RGB Variations
Color information
#8D2596 (or 0x8D2596) is known color: Vivid Violet. HEX triplet: 8D, 25 and 96. RGB value is (141,37,150). Sum of RGB (Red+Green+Blue) = 141+37+150=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D2596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2596 is #72DA69. Grayscale: #505050. Windows color (decimal): -7527018 or 9840013. OLE color: 9840013.
HSL color Cylindrical-coordinate representation of color #8D2596: hue angle of 295.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2596 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 37 | 150 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.41 |
| HSL | 295.22º | 0.6% | 0.37% | - |
| HSV(B) | 295.22º | 0.75% | 0.59% | - |
| XYZ | 17.15 | 9.19 | 29.72 | - |
| YUV | 80.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 150 | 0.06 | 0.75 | 0 | 0.41 | 295.22 | 0.6 | 0.37 |
| Hex | 8D | 25 | 96 | 6 | 4B | 0 | 29 | 127 | 3C | 25 |
| Octal | 215 | 45 | 226 | 6 | 113 | 0 | 51 | 447 | 74 | 45 |
| Binary | 10001101 | 100101 | 10010110 | 110 | 1001011 | 0 | 101001 | 100100111 | 111100 | 100101 |
Color Harmonies of #8D2596
Complementary color
Monochromatic Colors of #8D2596
Black with #8D2596
Text Example
Text Example
White with #8D2596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2596; }
p { color: rgb(141,37,150); }
H1.HeaderClassName
{
color: #8D2596;
}
.AnyTagClassName
{
color: #8D2596;
}
</style>
background-color css
<style>
a { background-color: #8D2596; }
a { background-color: rgb(141,37,150); }
div.DivClassName
{
background-color: #8D2596;
}
.BgClassName
{
background-color: #8D2596;
}
</style>
border-color css
<style>
span { border-color: #8D2596; }
span { border-color: rgb(141,37,150); }
td.TdClassName
{
border-color: #8D2596;
}
.TagClassName
{
border-color: #8D2596;
}
</style>