Shades of Vivid Violet #883C84
Tints of Vivid Violet #883C84
RGB
CMYK
RGB Variations
Color information
#883C84 (or 0x883C84) is known color: Vivid Violet. HEX triplet: 88, 3C and 84. RGB value is (136,60,132). Sum of RGB (Red+Green+Blue) = 136+60+132=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #883C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C84 is #77C37B. Grayscale: #5A5A5A. Windows color (decimal): -7848828 or 8666248. OLE color: 8666248.
HSL color Cylindrical-coordinate representation of color #883C84: hue angle of 303.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C84 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 132 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.47 |
| HSL | 303.16º | 0.39% | 0.38% | - |
| HSV(B) | 303.16º | 0.56% | 0.53% | - |
| XYZ | 15.93 | 10.13 | 22.95 | - |
| YUV | 90.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 132 | 0 | 0.56 | 0.03 | 0.47 | 303.16 | 0.39 | 0.38 |
| Hex | 88 | 3C | 84 | 0 | 38 | 3 | 2F | 12F | 27 | 26 |
| Octal | 210 | 74 | 204 | 0 | 70 | 3 | 57 | 457 | 47 | 46 |
| Binary | 10001000 | 111100 | 10000100 | 0 | 111000 | 11 | 101111 | 100101111 | 100111 | 100110 |
Color Harmonies of #883C84
Complementary color
Monochromatic Colors of #883C84
Black with #883C84
Text Example
Text Example
White with #883C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C84; }
p { color: rgb(136,60,132); }
H1.HeaderClassName
{
color: #883C84;
}
.AnyTagClassName
{
color: #883C84;
}
</style>
background-color css
<style>
a { background-color: #883C84; }
a { background-color: rgb(136,60,132); }
div.DivClassName
{
background-color: #883C84;
}
.BgClassName
{
background-color: #883C84;
}
</style>
border-color css
<style>
span { border-color: #883C84; }
span { border-color: rgb(136,60,132); }
td.TdClassName
{
border-color: #883C84;
}
.TagClassName
{
border-color: #883C84;
}
</style>