Shades of Vivid Violet #8D4A98
Tints of Vivid Violet #8D4A98
RGB
CMYK
RGB Variations
Color information
#8D4A98 (or 0x8D4A98) is known color: Vivid Violet. HEX triplet: 8D, 4A and 98. RGB value is (141,74,152). Sum of RGB (Red+Green+Blue) = 141+74+152=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D4A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4A98 is #72B567. Grayscale: #666666. Windows color (decimal): -7517544 or 9980557. OLE color: 9980557.
HSL color Cylindrical-coordinate representation of color #8D4A98: hue angle of 291.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4A98 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 74 | 152 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.40 |
| HSL | 291.54º | 0.35% | 0.44% | - |
| HSV(B) | 291.54º | 0.51% | 0.6% | - |
| XYZ | 19.1 | 12.83 | 31.17 | - |
| YUV | 102.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 152 | 0.07 | 0.51 | 0 | 0.40 | 291.54 | 0.35 | 0.44 |
| Hex | 8D | 4A | 98 | 7 | 33 | 0 | 28 | 124 | 23 | 2C |
| Octal | 215 | 112 | 230 | 7 | 63 | 0 | 50 | 444 | 43 | 54 |
| Binary | 10001101 | 1001010 | 10011000 | 111 | 110011 | 0 | 101000 | 100100100 | 100011 | 101100 |
Color Harmonies of #8D4A98
Complementary color
Monochromatic Colors of #8D4A98
Black with #8D4A98
Text Example
Text Example
White with #8D4A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A98; }
p { color: rgb(141,74,152); }
H1.HeaderClassName
{
color: #8D4A98;
}
.AnyTagClassName
{
color: #8D4A98;
}
</style>
background-color css
<style>
a { background-color: #8D4A98; }
a { background-color: rgb(141,74,152); }
div.DivClassName
{
background-color: #8D4A98;
}
.BgClassName
{
background-color: #8D4A98;
}
</style>
border-color css
<style>
span { border-color: #8D4A98; }
span { border-color: rgb(141,74,152); }
td.TdClassName
{
border-color: #8D4A98;
}
.TagClassName
{
border-color: #8D4A98;
}
</style>