Shades of Vivid Violet #8D4998
Tints of Vivid Violet #8D4998
RGB
CMYK
RGB Variations
Color information
#8D4998 (or 0x8D4998) is known color: Vivid Violet. HEX triplet: 8D, 49 and 98. RGB value is (141,73,152). Sum of RGB (Red+Green+Blue) = 141+73+152=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4998 is #72B667. Grayscale: #666666. Windows color (decimal): -7517800 or 9980301. OLE color: 9980301.
HSL color Cylindrical-coordinate representation of color #8D4998: hue angle of 291.65º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4998 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 73 | 152 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.40 |
| HSL | 291.65º | 0.35% | 0.44% | - |
| HSV(B) | 291.65º | 0.52% | 0.6% | - |
| XYZ | 19.03 | 12.69 | 31.15 | - |
| YUV | 102.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 152 | 0.07 | 0.52 | 0 | 0.40 | 291.65 | 0.35 | 0.44 |
| Hex | 8D | 49 | 98 | 7 | 34 | 0 | 28 | 124 | 23 | 2C |
| Octal | 215 | 111 | 230 | 7 | 64 | 0 | 50 | 444 | 43 | 54 |
| Binary | 10001101 | 1001001 | 10011000 | 111 | 110100 | 0 | 101000 | 100100100 | 100011 | 101100 |
Color Harmonies of #8D4998
Complementary color
Monochromatic Colors of #8D4998
Black with #8D4998
Text Example
Text Example
White with #8D4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4998; }
p { color: rgb(141,73,152); }
H1.HeaderClassName
{
color: #8D4998;
}
.AnyTagClassName
{
color: #8D4998;
}
</style>
background-color css
<style>
a { background-color: #8D4998; }
a { background-color: rgb(141,73,152); }
div.DivClassName
{
background-color: #8D4998;
}
.BgClassName
{
background-color: #8D4998;
}
</style>
border-color css
<style>
span { border-color: #8D4998; }
span { border-color: rgb(141,73,152); }
td.TdClassName
{
border-color: #8D4998;
}
.TagClassName
{
border-color: #8D4998;
}
</style>