Shades of Vivid Violet #8D3899
Tints of Vivid Violet #8D3899
RGB
CMYK
RGB Variations
Color information
#8D3899 (or 0x8D3899) is known color: Vivid Violet. HEX triplet: 8D, 38 and 99. RGB value is (141,56,153). Sum of RGB (Red+Green+Blue) = 141+56+153=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D3899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3899 is #72C766. Grayscale: #5C5C5C. Windows color (decimal): -7522151 or 10041485. OLE color: 10041485.
HSL color Cylindrical-coordinate representation of color #8D3899: hue angle of 292.58º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3899 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 56 | 153 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.4 |
| HSL | 292.58º | 0.46% | 0.41% | - |
| HSV(B) | 292.58º | 0.63% | 0.6% | - |
| XYZ | 18.15 | 10.79 | 31.26 | - |
| YUV | 92.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 153 | 0.08 | 0.63 | 0 | 0.4 | 292.58 | 0.46 | 0.41 |
| Hex | 8D | 38 | 99 | 8 | 3F | 0 | 28 | 125 | 2E | 29 |
| Octal | 215 | 70 | 231 | 10 | 77 | 0 | 50 | 445 | 56 | 51 |
| Binary | 10001101 | 111000 | 10011001 | 1000 | 111111 | 0 | 101000 | 100100101 | 101110 | 101001 |
Color Harmonies of #8D3899
Complementary color
Monochromatic Colors of #8D3899
Black with #8D3899
Text Example
Text Example
White with #8D3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3899; }
p { color: rgb(141,56,153); }
H1.HeaderClassName
{
color: #8D3899;
}
.AnyTagClassName
{
color: #8D3899;
}
</style>
background-color css
<style>
a { background-color: #8D3899; }
a { background-color: rgb(141,56,153); }
div.DivClassName
{
background-color: #8D3899;
}
.BgClassName
{
background-color: #8D3899;
}
</style>
border-color css
<style>
span { border-color: #8D3899; }
span { border-color: rgb(141,56,153); }
td.TdClassName
{
border-color: #8D3899;
}
.TagClassName
{
border-color: #8D3899;
}
</style>