Shades of Vivid Violet #8D3888
Tints of Vivid Violet #8D3888
RGB
CMYK
RGB Variations
Color information
#8D3888 (or 0x8D3888) is known color: Vivid Violet. HEX triplet: 8D, 38 and 88. RGB value is (141,56,136). Sum of RGB (Red+Green+Blue) = 141+56+136=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3888 is #72C777. Grayscale: #5A5A5A. Windows color (decimal): -7522168 or 8927373. OLE color: 8927373.
HSL color Cylindrical-coordinate representation of color #8D3888: hue angle of 303.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3888 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 136 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.45 |
| HSL | 303.53º | 0.43% | 0.39% | - |
| HSV(B) | 303.53º | 0.6% | 0.55% | - |
| XYZ | 16.84 | 10.27 | 24.39 | - |
| YUV | 90.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 136 | 0 | 0.60 | 0.04 | 0.45 | 303.53 | 0.43 | 0.39 |
| Hex | 8D | 38 | 88 | 0 | 3C | 4 | 2D | 130 | 2B | 27 |
| Octal | 215 | 70 | 210 | 0 | 74 | 4 | 55 | 460 | 53 | 47 |
| Binary | 10001101 | 111000 | 10001000 | 0 | 111100 | 100 | 101101 | 100110000 | 101011 | 100111 |
Color Harmonies of #8D3888
Complementary color
Monochromatic Colors of #8D3888
Black with #8D3888
Text Example
Text Example
White with #8D3888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3888; }
p { color: rgb(141,56,136); }
H1.HeaderClassName
{
color: #8D3888;
}
.AnyTagClassName
{
color: #8D3888;
}
</style>
background-color css
<style>
a { background-color: #8D3888; }
a { background-color: rgb(141,56,136); }
div.DivClassName
{
background-color: #8D3888;
}
.BgClassName
{
background-color: #8D3888;
}
</style>
border-color css
<style>
span { border-color: #8D3888; }
span { border-color: rgb(141,56,136); }
td.TdClassName
{
border-color: #8D3888;
}
.TagClassName
{
border-color: #8D3888;
}
</style>