Shades of Vivid Violet #883D99
Tints of Vivid Violet #883D99
RGB
CMYK
RGB Variations
Color information
#883D99 (or 0x883D99) is known color: Vivid Violet. HEX triplet: 88, 3D and 99. RGB value is (136,61,153). Sum of RGB (Red+Green+Blue) = 136+61+153=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #883D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D99 is #77C266. Grayscale: #5D5D5D. Windows color (decimal): -7848551 or 10042760. OLE color: 10042760.
HSL color Cylindrical-coordinate representation of color #883D99: hue angle of 288.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883D99 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 61 | 153 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.4 |
| HSL | 288.91º | 0.43% | 0.42% | - |
| HSV(B) | 288.91º | 0.6% | 0.6% | - |
| XYZ | 17.57 | 10.87 | 31.31 | - |
| YUV | 93.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 153 | 0.11 | 0.60 | 0 | 0.4 | 288.91 | 0.43 | 0.42 |
| Hex | 88 | 3D | 99 | B | 3C | 0 | 28 | 121 | 2B | 2A |
| Octal | 210 | 75 | 231 | 13 | 74 | 0 | 50 | 441 | 53 | 52 |
| Binary | 10001000 | 111101 | 10011001 | 1011 | 111100 | 0 | 101000 | 100100001 | 101011 | 101010 |
Color Harmonies of #883D99
Complementary color
Monochromatic Colors of #883D99
Black with #883D99
Text Example
Text Example
White with #883D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D99; }
p { color: rgb(136,61,153); }
H1.HeaderClassName
{
color: #883D99;
}
.AnyTagClassName
{
color: #883D99;
}
</style>
background-color css
<style>
a { background-color: #883D99; }
a { background-color: rgb(136,61,153); }
div.DivClassName
{
background-color: #883D99;
}
.BgClassName
{
background-color: #883D99;
}
</style>
border-color css
<style>
span { border-color: #883D99; }
span { border-color: rgb(136,61,153); }
td.TdClassName
{
border-color: #883D99;
}
.TagClassName
{
border-color: #883D99;
}
</style>