Shades of Vivid Violet #883A86
Tints of Vivid Violet #883A86
RGB
CMYK
RGB Variations
Color information
#883A86 (or 0x883A86) is known color: Vivid Violet. HEX triplet: 88, 3A and 86. RGB value is (136,58,134). Sum of RGB (Red+Green+Blue) = 136+58+134=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #883A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A86 is #77C579. Grayscale: #595959. Windows color (decimal): -7849338 or 8796808. OLE color: 8796808.
HSL color Cylindrical-coordinate representation of color #883A86: hue angle of 301.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A86 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 134 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.47 |
| HSL | 301.54º | 0.4% | 0.38% | - |
| HSV(B) | 301.54º | 0.57% | 0.53% | - |
| XYZ | 15.97 | 9.98 | 23.64 | - |
| YUV | 89.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 134 | 0 | 0.57 | 0.01 | 0.47 | 301.54 | 0.4 | 0.38 |
| Hex | 88 | 3A | 86 | 0 | 39 | 1 | 2F | 12E | 28 | 26 |
| Octal | 210 | 72 | 206 | 0 | 71 | 1 | 57 | 456 | 50 | 46 |
| Binary | 10001000 | 111010 | 10000110 | 0 | 111001 | 1 | 101111 | 100101110 | 101000 | 100110 |
Color Harmonies of #883A86
Complementary color
Monochromatic Colors of #883A86
Black with #883A86
Text Example
Text Example
White with #883A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A86; }
p { color: rgb(136,58,134); }
H1.HeaderClassName
{
color: #883A86;
}
.AnyTagClassName
{
color: #883A86;
}
</style>
background-color css
<style>
a { background-color: #883A86; }
a { background-color: rgb(136,58,134); }
div.DivClassName
{
background-color: #883A86;
}
.BgClassName
{
background-color: #883A86;
}
</style>
border-color css
<style>
span { border-color: #883A86; }
span { border-color: rgb(136,58,134); }
td.TdClassName
{
border-color: #883A86;
}
.TagClassName
{
border-color: #883A86;
}
</style>