Shades of Vivid Violet #8D4494
Tints of Vivid Violet #8D4494
RGB
CMYK
RGB Variations
Color information
#8D4494 (or 0x8D4494) is known color: Vivid Violet. HEX triplet: 8D, 44 and 94. RGB value is (141,68,148). Sum of RGB (Red+Green+Blue) = 141+68+148=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D4494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4494 is #72BB6B. Grayscale: #626262. Windows color (decimal): -7519084 or 9716877. OLE color: 9716877.
HSL color Cylindrical-coordinate representation of color #8D4494: hue angle of 294.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4494 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 68 | 148 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.42 |
| HSL | 294.75º | 0.37% | 0.42% | - |
| HSV(B) | 294.75º | 0.54% | 0.58% | - |
| XYZ | 18.4 | 11.94 | 29.35 | - |
| YUV | 98.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 148 | 0.05 | 0.54 | 0 | 0.42 | 294.75 | 0.37 | 0.42 |
| Hex | 8D | 44 | 94 | 5 | 36 | 0 | 2A | 127 | 25 | 2A |
| Octal | 215 | 104 | 224 | 5 | 66 | 0 | 52 | 447 | 45 | 52 |
| Binary | 10001101 | 1000100 | 10010100 | 101 | 110110 | 0 | 101010 | 100100111 | 100101 | 101010 |
Color Harmonies of #8D4494
Complementary color
Monochromatic Colors of #8D4494
Black with #8D4494
Text Example
Text Example
White with #8D4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4494; }
p { color: rgb(141,68,148); }
H1.HeaderClassName
{
color: #8D4494;
}
.AnyTagClassName
{
color: #8D4494;
}
</style>
background-color css
<style>
a { background-color: #8D4494; }
a { background-color: rgb(141,68,148); }
div.DivClassName
{
background-color: #8D4494;
}
.BgClassName
{
background-color: #8D4494;
}
</style>
border-color css
<style>
span { border-color: #8D4494; }
span { border-color: rgb(141,68,148); }
td.TdClassName
{
border-color: #8D4494;
}
.TagClassName
{
border-color: #8D4494;
}
</style>