Shades of Vivid Violet #883F82
Tints of Vivid Violet #883F82
RGB
CMYK
RGB Variations
Color information
#883F82 (or 0x883F82) is known color: Vivid Violet. HEX triplet: 88, 3F and 82. RGB value is (136,63,130). Sum of RGB (Red+Green+Blue) = 136+63+130=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #883F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883F82 is #77C07D. Grayscale: #5C5C5C. Windows color (decimal): -7848062 or 8535944. OLE color: 8535944.
HSL color Cylindrical-coordinate representation of color #883F82: hue angle of 304.93º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F82 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 130 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.47 |
| HSL | 304.93º | 0.37% | 0.39% | - |
| HSV(B) | 304.93º | 0.54% | 0.53% | - |
| XYZ | 15.96 | 10.4 | 22.29 | - |
| YUV | 92.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 130 | 0 | 0.54 | 0.04 | 0.47 | 304.93 | 0.37 | 0.39 |
| Hex | 88 | 3F | 82 | 0 | 36 | 4 | 2F | 131 | 25 | 27 |
| Octal | 210 | 77 | 202 | 0 | 66 | 4 | 57 | 461 | 45 | 47 |
| Binary | 10001000 | 111111 | 10000010 | 0 | 110110 | 100 | 101111 | 100110001 | 100101 | 100111 |
Color Harmonies of #883F82
Complementary color
Monochromatic Colors of #883F82
Black with #883F82
Text Example
Text Example
White with #883F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F82; }
p { color: rgb(136,63,130); }
H1.HeaderClassName
{
color: #883F82;
}
.AnyTagClassName
{
color: #883F82;
}
</style>
background-color css
<style>
a { background-color: #883F82; }
a { background-color: rgb(136,63,130); }
div.DivClassName
{
background-color: #883F82;
}
.BgClassName
{
background-color: #883F82;
}
</style>
border-color css
<style>
span { border-color: #883F82; }
span { border-color: rgb(136,63,130); }
td.TdClassName
{
border-color: #883F82;
}
.TagClassName
{
border-color: #883F82;
}
</style>