Shades of Vivid Violet #883C85
Tints of Vivid Violet #883C85
RGB
CMYK
RGB Variations
Color information
#883C85 (or 0x883C85) is known color: Vivid Violet. HEX triplet: 88, 3C and 85. RGB value is (136,60,133). Sum of RGB (Red+Green+Blue) = 136+60+133=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #883C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C85 is #77C37A. Grayscale: #5A5A5A. Windows color (decimal): -7848827 or 8731784. OLE color: 8731784.
HSL color Cylindrical-coordinate representation of color #883C85: hue angle of 302.37º 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 #883C85 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 133 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.47 |
| HSL | 302.37º | 0.39% | 0.38% | - |
| HSV(B) | 302.37º | 0.56% | 0.53% | - |
| XYZ | 16 | 10.16 | 23.31 | - |
| YUV | 91.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 133 | 0 | 0.56 | 0.02 | 0.47 | 302.37 | 0.39 | 0.38 |
| Hex | 88 | 3C | 85 | 0 | 38 | 2 | 2F | 12E | 27 | 26 |
| Octal | 210 | 74 | 205 | 0 | 70 | 2 | 57 | 456 | 47 | 46 |
| Binary | 10001000 | 111100 | 10000101 | 0 | 111000 | 10 | 101111 | 100101110 | 100111 | 100110 |
Color Harmonies of #883C85
Complementary color
Monochromatic Colors of #883C85
Black with #883C85
Text Example
Text Example
White with #883C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C85; }
p { color: rgb(136,60,133); }
H1.HeaderClassName
{
color: #883C85;
}
.AnyTagClassName
{
color: #883C85;
}
</style>
background-color css
<style>
a { background-color: #883C85; }
a { background-color: rgb(136,60,133); }
div.DivClassName
{
background-color: #883C85;
}
.BgClassName
{
background-color: #883C85;
}
</style>
border-color css
<style>
span { border-color: #883C85; }
span { border-color: rgb(136,60,133); }
td.TdClassName
{
border-color: #883C85;
}
.TagClassName
{
border-color: #883C85;
}
</style>