Shades of Vivid Violet #883C88
Tints of Vivid Violet #883C88
RGB
CMYK
RGB Variations
Color information
#883C88 (or 0x883C88) is known color: Vivid Violet. HEX triplet: 88, 3C and 88. RGB value is (136,60,136). Sum of RGB (Red+Green+Blue) = 136+60+136=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #883C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C88 is #77C377. Grayscale: #5B5B5B. Windows color (decimal): -7848824 or 8928392. OLE color: 8928392.
HSL color Cylindrical-coordinate representation of color #883C88: hue angle of 300º 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 #883C88 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 136 | - |
| CMYK | 0 | 0.56 | 0 | 0.47 |
| HSL | 300º | 0.39% | 0.38% | - |
| HSV(B) | 300º | 0.56% | 0.53% | - |
| XYZ | 16.21 | 10.24 | 24.42 | - |
| YUV | 91.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 136 | 0 | 0.56 | 0 | 0.47 | 300 | 0.39 | 0.38 |
| Hex | 88 | 3C | 88 | 0 | 38 | 0 | 2F | 12C | 27 | 26 |
| Octal | 210 | 74 | 210 | 0 | 70 | 0 | 57 | 454 | 47 | 46 |
| Binary | 10001000 | 111100 | 10001000 | 0 | 111000 | 0 | 101111 | 100101100 | 100111 | 100110 |
Color Harmonies of #883C88
Complementary color
Monochromatic Colors of #883C88
Black with #883C88
Text Example
Text Example
White with #883C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C88; }
p { color: rgb(136,60,136); }
H1.HeaderClassName
{
color: #883C88;
}
.AnyTagClassName
{
color: #883C88;
}
</style>
background-color css
<style>
a { background-color: #883C88; }
a { background-color: rgb(136,60,136); }
div.DivClassName
{
background-color: #883C88;
}
.BgClassName
{
background-color: #883C88;
}
</style>
border-color css
<style>
span { border-color: #883C88; }
span { border-color: rgb(136,60,136); }
td.TdClassName
{
border-color: #883C88;
}
.TagClassName
{
border-color: #883C88;
}
</style>