Shades of Vivid Violet #8D4088
Tints of Vivid Violet #8D4088
RGB
CMYK
RGB Variations
Color information
#8D4088 (or 0x8D4088) is known color: Vivid Violet. HEX triplet: 8D, 40 and 88. RGB value is (141,64,136). Sum of RGB (Red+Green+Blue) = 141+64+136=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4088 is #72BF77. Grayscale: #5F5F5F. Windows color (decimal): -7520120 or 8929421. OLE color: 8929421.
HSL color Cylindrical-coordinate representation of color #8D4088: hue angle of 303.9º 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 #8D4088 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 136 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.45 |
| HSL | 303.9º | 0.38% | 0.4% | - |
| HSV(B) | 303.9º | 0.55% | 0.55% | - |
| XYZ | 17.26 | 11.11 | 24.53 | - |
| YUV | 95.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 136 | 0 | 0.55 | 0.04 | 0.45 | 303.9 | 0.38 | 0.4 |
| Hex | 8D | 40 | 88 | 0 | 37 | 4 | 2D | 130 | 26 | 28 |
| Octal | 215 | 100 | 210 | 0 | 67 | 4 | 55 | 460 | 46 | 50 |
| Binary | 10001101 | 1000000 | 10001000 | 0 | 110111 | 100 | 101101 | 100110000 | 100110 | 101000 |
Color Harmonies of #8D4088
Complementary color
Monochromatic Colors of #8D4088
Black with #8D4088
Text Example
Text Example
White with #8D4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4088; }
p { color: rgb(141,64,136); }
H1.HeaderClassName
{
color: #8D4088;
}
.AnyTagClassName
{
color: #8D4088;
}
</style>
background-color css
<style>
a { background-color: #8D4088; }
a { background-color: rgb(141,64,136); }
div.DivClassName
{
background-color: #8D4088;
}
.BgClassName
{
background-color: #8D4088;
}
</style>
border-color css
<style>
span { border-color: #8D4088; }
span { border-color: rgb(141,64,136); }
td.TdClassName
{
border-color: #8D4088;
}
.TagClassName
{
border-color: #8D4088;
}
</style>