Shades of Vivid Violet #8D4388
Tints of Vivid Violet #8D4388
RGB
CMYK
RGB Variations
Color information
#8D4388 (or 0x8D4388) is known color: Vivid Violet. HEX triplet: 8D, 43 and 88. RGB value is (141,67,136). Sum of RGB (Red+Green+Blue) = 141+67+136=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4388 is #72BC77. Grayscale: #606060. Windows color (decimal): -7519352 or 8930189. OLE color: 8930189.
HSL color Cylindrical-coordinate representation of color #8D4388: hue angle of 304.05º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4388 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 136 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.45 |
| HSL | 304.05º | 0.36% | 0.41% | - |
| HSV(B) | 304.05º | 0.52% | 0.55% | - |
| XYZ | 17.44 | 11.45 | 24.58 | - |
| YUV | 96.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 136 | 0 | 0.52 | 0.04 | 0.45 | 304.05 | 0.36 | 0.41 |
| Hex | 8D | 43 | 88 | 0 | 34 | 4 | 2D | 130 | 24 | 29 |
| Octal | 215 | 103 | 210 | 0 | 64 | 4 | 55 | 460 | 44 | 51 |
| Binary | 10001101 | 1000011 | 10001000 | 0 | 110100 | 100 | 101101 | 100110000 | 100100 | 101001 |
Color Harmonies of #8D4388
Complementary color
Monochromatic Colors of #8D4388
Black with #8D4388
Text Example
Text Example
White with #8D4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4388; }
p { color: rgb(141,67,136); }
H1.HeaderClassName
{
color: #8D4388;
}
.AnyTagClassName
{
color: #8D4388;
}
</style>
background-color css
<style>
a { background-color: #8D4388; }
a { background-color: rgb(141,67,136); }
div.DivClassName
{
background-color: #8D4388;
}
.BgClassName
{
background-color: #8D4388;
}
</style>
border-color css
<style>
span { border-color: #8D4388; }
span { border-color: rgb(141,67,136); }
td.TdClassName
{
border-color: #8D4388;
}
.TagClassName
{
border-color: #8D4388;
}
</style>