Shades of Vivid Violet #8D3597
Tints of Vivid Violet #8D3597
RGB
CMYK
RGB Variations
Color information
#8D3597 (or 0x8D3597) is known color: Vivid Violet. HEX triplet: 8D, 35 and 97. RGB value is (141,53,151). Sum of RGB (Red+Green+Blue) = 141+53+151=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D3597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3597 is #72CA68. Grayscale: #5A5A5A. Windows color (decimal): -7522921 or 9909645. OLE color: 9909645.
HSL color Cylindrical-coordinate representation of color #8D3597: hue angle of 293.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3597 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 53 | 151 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.41 |
| HSL | 293.88º | 0.48% | 0.4% | - |
| HSV(B) | 293.88º | 0.65% | 0.59% | - |
| XYZ | 17.84 | 10.44 | 30.35 | - |
| YUV | 90.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 151 | 0.07 | 0.65 | 0 | 0.41 | 293.88 | 0.48 | 0.4 |
| Hex | 8D | 35 | 97 | 7 | 41 | 0 | 29 | 126 | 30 | 28 |
| Octal | 215 | 65 | 227 | 7 | 101 | 0 | 51 | 446 | 60 | 50 |
| Binary | 10001101 | 110101 | 10010111 | 111 | 1000001 | 0 | 101001 | 100100110 | 110000 | 101000 |
Color Harmonies of #8D3597
Complementary color
Monochromatic Colors of #8D3597
Black with #8D3597
Text Example
Text Example
White with #8D3597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3597; }
p { color: rgb(141,53,151); }
H1.HeaderClassName
{
color: #8D3597;
}
.AnyTagClassName
{
color: #8D3597;
}
</style>
background-color css
<style>
a { background-color: #8D3597; }
a { background-color: rgb(141,53,151); }
div.DivClassName
{
background-color: #8D3597;
}
.BgClassName
{
background-color: #8D3597;
}
</style>
border-color css
<style>
span { border-color: #8D3597; }
span { border-color: rgb(141,53,151); }
td.TdClassName
{
border-color: #8D3597;
}
.TagClassName
{
border-color: #8D3597;
}
</style>