Shades of Vivid Violet #8D468A
Tints of Vivid Violet #8D468A
RGB
CMYK
RGB Variations
Color information
#8D468A (or 0x8D468A) is known color: Vivid Violet. HEX triplet: 8D, 46 and 8A. RGB value is (141,70,138). Sum of RGB (Red+Green+Blue) = 141+70+138=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D468A is #72B975. Grayscale: #626262. Windows color (decimal): -7518582 or 9062029. OLE color: 9062029.
HSL color Cylindrical-coordinate representation of color #8D468A: hue angle of 302.54º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D468A is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 138 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.45 |
| HSL | 302.54º | 0.34% | 0.41% | - |
| HSV(B) | 302.54º | 0.5% | 0.55% | - |
| XYZ | 17.76 | 11.88 | 25.4 | - |
| YUV | 98.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 138 | 0 | 0.50 | 0.02 | 0.45 | 302.54 | 0.34 | 0.41 |
| Hex | 8D | 46 | 8A | 0 | 32 | 2 | 2D | 12F | 22 | 29 |
| Octal | 215 | 106 | 212 | 0 | 62 | 2 | 55 | 457 | 42 | 51 |
| Binary | 10001101 | 1000110 | 10001010 | 0 | 110010 | 10 | 101101 | 100101111 | 100010 | 101001 |
Color Harmonies of #8D468A
Complementary color
Monochromatic Colors of #8D468A
Black with #8D468A
Text Example
Text Example
White with #8D468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D468A; }
p { color: rgb(141,70,138); }
H1.HeaderClassName
{
color: #8D468A;
}
.AnyTagClassName
{
color: #8D468A;
}
</style>
background-color css
<style>
a { background-color: #8D468A; }
a { background-color: rgb(141,70,138); }
div.DivClassName
{
background-color: #8D468A;
}
.BgClassName
{
background-color: #8D468A;
}
</style>
border-color css
<style>
span { border-color: #8D468A; }
span { border-color: rgb(141,70,138); }
td.TdClassName
{
border-color: #8D468A;
}
.TagClassName
{
border-color: #8D468A;
}
</style>