Shades of Vivid Violet #883186
Tints of Vivid Violet #883186
RGB
CMYK
RGB Variations
Color information
#883186 (or 0x883186) is known color: Vivid Violet. HEX triplet: 88, 31 and 86. RGB value is (136,49,134). Sum of RGB (Red+Green+Blue) = 136+49+134=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #883186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883186 is #77CE79. Grayscale: #545454. Windows color (decimal): -7851642 or 8794504. OLE color: 8794504.
HSL color Cylindrical-coordinate representation of color #883186: hue angle of 301.38º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883186 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 134 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.47 |
| HSL | 301.38º | 0.47% | 0.36% | - |
| HSV(B) | 301.38º | 0.64% | 0.53% | - |
| XYZ | 15.55 | 9.15 | 23.5 | - |
| YUV | 84.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 134 | 0 | 0.64 | 0.01 | 0.47 | 301.38 | 0.47 | 0.36 |
| Hex | 88 | 31 | 86 | 0 | 40 | 1 | 2F | 12D | 2F | 24 |
| Octal | 210 | 61 | 206 | 0 | 100 | 1 | 57 | 455 | 57 | 44 |
| Binary | 10001000 | 110001 | 10000110 | 0 | 1000000 | 1 | 101111 | 100101101 | 101111 | 100100 |
Color Harmonies of #883186
Complementary color
Monochromatic Colors of #883186
Black with #883186
Text Example
Text Example
White with #883186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883186; }
p { color: rgb(136,49,134); }
H1.HeaderClassName
{
color: #883186;
}
.AnyTagClassName
{
color: #883186;
}
</style>
background-color css
<style>
a { background-color: #883186; }
a { background-color: rgb(136,49,134); }
div.DivClassName
{
background-color: #883186;
}
.BgClassName
{
background-color: #883186;
}
</style>
border-color css
<style>
span { border-color: #883186; }
span { border-color: rgb(136,49,134); }
td.TdClassName
{
border-color: #883186;
}
.TagClassName
{
border-color: #883186;
}
</style>