Shades of Vivid Violet #8D3492
Tints of Vivid Violet #8D3492
RGB
CMYK
RGB Variations
Color information
#8D3492 (or 0x8D3492) is known color: Vivid Violet. HEX triplet: 8D, 34 and 92. RGB value is (141,52,146). Sum of RGB (Red+Green+Blue) = 141+52+146=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D3492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3492 is #72CB6D. Grayscale: #595959. Windows color (decimal): -7523182 or 9581709. OLE color: 9581709.
HSL color Cylindrical-coordinate representation of color #8D3492: hue angle of 296.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3492 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 52 | 146 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.43 |
| HSL | 296.81º | 0.47% | 0.39% | - |
| HSV(B) | 296.81º | 0.64% | 0.57% | - |
| XYZ | 17.4 | 10.19 | 28.24 | - |
| YUV | 89.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 146 | 0.03 | 0.64 | 0 | 0.43 | 296.81 | 0.47 | 0.39 |
| Hex | 8D | 34 | 92 | 3 | 40 | 0 | 2B | 129 | 2F | 27 |
| Octal | 215 | 64 | 222 | 3 | 100 | 0 | 53 | 451 | 57 | 47 |
| Binary | 10001101 | 110100 | 10010010 | 11 | 1000000 | 0 | 101011 | 100101001 | 101111 | 100111 |
Color Harmonies of #8D3492
Complementary color
Monochromatic Colors of #8D3492
Black with #8D3492
Text Example
Text Example
White with #8D3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3492; }
p { color: rgb(141,52,146); }
H1.HeaderClassName
{
color: #8D3492;
}
.AnyTagClassName
{
color: #8D3492;
}
</style>
background-color css
<style>
a { background-color: #8D3492; }
a { background-color: rgb(141,52,146); }
div.DivClassName
{
background-color: #8D3492;
}
.BgClassName
{
background-color: #8D3492;
}
</style>
border-color css
<style>
span { border-color: #8D3492; }
span { border-color: rgb(141,52,146); }
td.TdClassName
{
border-color: #8D3492;
}
.TagClassName
{
border-color: #8D3492;
}
</style>