Shades of Vivid Violet #881B99
Tints of Vivid Violet #881B99
RGB
CMYK
RGB Variations
Color information
#881B99 (or 0x881B99) is known color: Vivid Violet. HEX triplet: 88, 1B and 99. RGB value is (136,27,153). Sum of RGB (Red+Green+Blue) = 136+27+153=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #881B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B99 is #77E466. Grayscale: #494949. Windows color (decimal): -7857255 or 10034056. OLE color: 10034056.
HSL color Cylindrical-coordinate representation of color #881B99: hue angle of 291.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881B99 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 27 | 153 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.4 |
| HSL | 291.9º | 0.7% | 0.35% | - |
| HSV(B) | 291.9º | 0.82% | 0.6% | - |
| XYZ | 16.3 | 8.32 | 30.88 | - |
| YUV | 73.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 153 | 0.11 | 0.82 | 0 | 0.4 | 291.9 | 0.7 | 0.35 |
| Hex | 88 | 1B | 99 | B | 52 | 0 | 28 | 124 | 46 | 23 |
| Octal | 210 | 33 | 231 | 13 | 122 | 0 | 50 | 444 | 106 | 43 |
| Binary | 10001000 | 11011 | 10011001 | 1011 | 1010010 | 0 | 101000 | 100100100 | 1000110 | 100011 |
Color Harmonies of #881B99
Complementary color
Monochromatic Colors of #881B99
Black with #881B99
Text Example
Text Example
White with #881B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B99; }
p { color: rgb(136,27,153); }
H1.HeaderClassName
{
color: #881B99;
}
.AnyTagClassName
{
color: #881B99;
}
</style>
background-color css
<style>
a { background-color: #881B99; }
a { background-color: rgb(136,27,153); }
div.DivClassName
{
background-color: #881B99;
}
.BgClassName
{
background-color: #881B99;
}
</style>
border-color css
<style>
span { border-color: #881B99; }
span { border-color: rgb(136,27,153); }
td.TdClassName
{
border-color: #881B99;
}
.TagClassName
{
border-color: #881B99;
}
</style>