Shades of Vivid Violet #883B82
Tints of Vivid Violet #883B82
RGB
CMYK
RGB Variations
Color information
#883B82 (or 0x883B82) is known color: Vivid Violet. HEX triplet: 88, 3B and 82. RGB value is (136,59,130). Sum of RGB (Red+Green+Blue) = 136+59+130=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #883B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883B82 is #77C47D. Grayscale: #595959. Windows color (decimal): -7849086 or 8534920. OLE color: 8534920.
HSL color Cylindrical-coordinate representation of color #883B82: hue angle of 304.68º degrees, saturation: 0.39, 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 #883B82 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 130 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.47 |
| HSL | 304.68º | 0.39% | 0.38% | - |
| HSV(B) | 304.68º | 0.57% | 0.53% | - |
| XYZ | 15.75 | 9.97 | 22.21 | - |
| YUV | 90.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 130 | 0 | 0.57 | 0.04 | 0.47 | 304.68 | 0.39 | 0.38 |
| Hex | 88 | 3B | 82 | 0 | 39 | 4 | 2F | 131 | 27 | 26 |
| Octal | 210 | 73 | 202 | 0 | 71 | 4 | 57 | 461 | 47 | 46 |
| Binary | 10001000 | 111011 | 10000010 | 0 | 111001 | 100 | 101111 | 100110001 | 100111 | 100110 |
Color Harmonies of #883B82
Complementary color
Monochromatic Colors of #883B82
Black with #883B82
Text Example
Text Example
White with #883B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B82; }
p { color: rgb(136,59,130); }
H1.HeaderClassName
{
color: #883B82;
}
.AnyTagClassName
{
color: #883B82;
}
</style>
background-color css
<style>
a { background-color: #883B82; }
a { background-color: rgb(136,59,130); }
div.DivClassName
{
background-color: #883B82;
}
.BgClassName
{
background-color: #883B82;
}
</style>
border-color css
<style>
span { border-color: #883B82; }
span { border-color: rgb(136,59,130); }
td.TdClassName
{
border-color: #883B82;
}
.TagClassName
{
border-color: #883B82;
}
</style>