Shades of Vivid Violet #8D3690
Tints of Vivid Violet #8D3690
RGB
CMYK
RGB Variations
Color information
#8D3690 (or 0x8D3690) is known color: Vivid Violet. HEX triplet: 8D, 36 and 90. RGB value is (141,54,144). Sum of RGB (Red+Green+Blue) = 141+54+144=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D3690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3690 is #72C96F. Grayscale: #5A5A5A. Windows color (decimal): -7522672 or 9451149. OLE color: 9451149.
HSL color Cylindrical-coordinate representation of color #8D3690: hue angle of 298º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3690 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 54 | 144 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.44 |
| HSL | 298º | 0.45% | 0.39% | - |
| HSV(B) | 298º | 0.63% | 0.56% | - |
| XYZ | 17.34 | 10.31 | 27.46 | - |
| YUV | 90.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 144 | 0.02 | 0.63 | 0 | 0.44 | 298 | 0.45 | 0.39 |
| Hex | 8D | 36 | 90 | 2 | 3F | 0 | 2C | 12A | 2D | 27 |
| Octal | 215 | 66 | 220 | 2 | 77 | 0 | 54 | 452 | 55 | 47 |
| Binary | 10001101 | 110110 | 10010000 | 10 | 111111 | 0 | 101100 | 100101010 | 101101 | 100111 |
Color Harmonies of #8D3690
Complementary color
Monochromatic Colors of #8D3690
Black with #8D3690
Text Example
Text Example
White with #8D3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3690; }
p { color: rgb(141,54,144); }
H1.HeaderClassName
{
color: #8D3690;
}
.AnyTagClassName
{
color: #8D3690;
}
</style>
background-color css
<style>
a { background-color: #8D3690; }
a { background-color: rgb(141,54,144); }
div.DivClassName
{
background-color: #8D3690;
}
.BgClassName
{
background-color: #8D3690;
}
</style>
border-color css
<style>
span { border-color: #8D3690; }
span { border-color: rgb(141,54,144); }
td.TdClassName
{
border-color: #8D3690;
}
.TagClassName
{
border-color: #8D3690;
}
</style>