Shades of Vivid Violet #883A84
Tints of Vivid Violet #883A84
RGB
CMYK
RGB Variations
Color information
#883A84 (or 0x883A84) is known color: Vivid Violet. HEX triplet: 88, 3A and 84. RGB value is (136,58,132). Sum of RGB (Red+Green+Blue) = 136+58+132=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #883A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A84 is #77C57B. Grayscale: #595959. Windows color (decimal): -7849340 or 8665736. OLE color: 8665736.
HSL color Cylindrical-coordinate representation of color #883A84: hue angle of 303.08º 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 #883A84 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 132 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.47 |
| HSL | 303.08º | 0.4% | 0.38% | - |
| HSV(B) | 303.08º | 0.57% | 0.53% | - |
| XYZ | 15.83 | 9.93 | 22.91 | - |
| YUV | 89.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 132 | 0 | 0.57 | 0.03 | 0.47 | 303.08 | 0.4 | 0.38 |
| Hex | 88 | 3A | 84 | 0 | 39 | 3 | 2F | 12F | 28 | 26 |
| Octal | 210 | 72 | 204 | 0 | 71 | 3 | 57 | 457 | 50 | 46 |
| Binary | 10001000 | 111010 | 10000100 | 0 | 111001 | 11 | 101111 | 100101111 | 101000 | 100110 |
Color Harmonies of #883A84
Complementary color
Monochromatic Colors of #883A84
Black with #883A84
Text Example
Text Example
White with #883A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A84; }
p { color: rgb(136,58,132); }
H1.HeaderClassName
{
color: #883A84;
}
.AnyTagClassName
{
color: #883A84;
}
</style>
background-color css
<style>
a { background-color: #883A84; }
a { background-color: rgb(136,58,132); }
div.DivClassName
{
background-color: #883A84;
}
.BgClassName
{
background-color: #883A84;
}
</style>
border-color css
<style>
span { border-color: #883A84; }
span { border-color: rgb(136,58,132); }
td.TdClassName
{
border-color: #883A84;
}
.TagClassName
{
border-color: #883A84;
}
</style>