Shades of Vivid Violet #8D4495
Tints of Vivid Violet #8D4495
RGB
CMYK
RGB Variations
Color information
#8D4495 (or 0x8D4495) is known color: Vivid Violet. HEX triplet: 8D, 44 and 95. RGB value is (141,68,149). Sum of RGB (Red+Green+Blue) = 141+68+149=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4495 is #72BB6A. Grayscale: #626262. Windows color (decimal): -7519083 or 9782413. OLE color: 9782413.
HSL color Cylindrical-coordinate representation of color #8D4495: hue angle of 294.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4495 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 68 | 149 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.42 |
| HSL | 294.07º | 0.37% | 0.43% | - |
| HSV(B) | 294.07º | 0.54% | 0.58% | - |
| XYZ | 18.48 | 11.97 | 29.77 | - |
| YUV | 99.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 149 | 0.05 | 0.54 | 0 | 0.42 | 294.07 | 0.37 | 0.43 |
| Hex | 8D | 44 | 95 | 5 | 36 | 0 | 2A | 126 | 25 | 2B |
| Octal | 215 | 104 | 225 | 5 | 66 | 0 | 52 | 446 | 45 | 53 |
| Binary | 10001101 | 1000100 | 10010101 | 101 | 110110 | 0 | 101010 | 100100110 | 100101 | 101011 |
Color Harmonies of #8D4495
Complementary color
Monochromatic Colors of #8D4495
Black with #8D4495
Text Example
Text Example
White with #8D4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4495; }
p { color: rgb(141,68,149); }
H1.HeaderClassName
{
color: #8D4495;
}
.AnyTagClassName
{
color: #8D4495;
}
</style>
background-color css
<style>
a { background-color: #8D4495; }
a { background-color: rgb(141,68,149); }
div.DivClassName
{
background-color: #8D4495;
}
.BgClassName
{
background-color: #8D4495;
}
</style>
border-color css
<style>
span { border-color: #8D4495; }
span { border-color: rgb(141,68,149); }
td.TdClassName
{
border-color: #8D4495;
}
.TagClassName
{
border-color: #8D4495;
}
</style>