Shades of Vivid Violet #8D4083
Tints of Vivid Violet #8D4083
RGB
CMYK
RGB Variations
Color information
#8D4083 (or 0x8D4083) is known color: Vivid Violet. HEX triplet: 8D, 40 and 83. RGB value is (141,64,131). Sum of RGB (Red+Green+Blue) = 141+64+131=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4083 is #72BF7C. Grayscale: #5E5E5E. Windows color (decimal): -7520125 or 8601741. OLE color: 8601741.
HSL color Cylindrical-coordinate representation of color #8D4083: hue angle of 307.79º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4083 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 131 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.45 |
| HSL | 307.79º | 0.38% | 0.4% | - |
| HSV(B) | 307.79º | 0.55% | 0.55% | - |
| XYZ | 16.91 | 10.97 | 22.7 | - |
| YUV | 94.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 131 | 0 | 0.55 | 0.07 | 0.45 | 307.79 | 0.38 | 0.4 |
| Hex | 8D | 40 | 83 | 0 | 37 | 7 | 2D | 134 | 26 | 28 |
| Octal | 215 | 100 | 203 | 0 | 67 | 7 | 55 | 464 | 46 | 50 |
| Binary | 10001101 | 1000000 | 10000011 | 0 | 110111 | 111 | 101101 | 100110100 | 100110 | 101000 |
Color Harmonies of #8D4083
Complementary color
Monochromatic Colors of #8D4083
Black with #8D4083
Text Example
Text Example
White with #8D4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4083; }
p { color: rgb(141,64,131); }
H1.HeaderClassName
{
color: #8D4083;
}
.AnyTagClassName
{
color: #8D4083;
}
</style>
background-color css
<style>
a { background-color: #8D4083; }
a { background-color: rgb(141,64,131); }
div.DivClassName
{
background-color: #8D4083;
}
.BgClassName
{
background-color: #8D4083;
}
</style>
border-color css
<style>
span { border-color: #8D4083; }
span { border-color: rgb(141,64,131); }
td.TdClassName
{
border-color: #8D4083;
}
.TagClassName
{
border-color: #8D4083;
}
</style>