Shades of Dark Violet #880AB9
Tints of Dark Violet #880AB9
RGB
CMYK
RGB Variations
Color information
#880AB9 (or 0x880AB9) is known color: Dark Violet. HEX triplet: 88, 0A and B9. RGB value is (136,10,185). Sum of RGB (Red+Green+Blue) = 136+10+185=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #880AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AB9 is #77F546. Grayscale: #434343. Windows color (decimal): -7861575 or 12126856. OLE color: 12126856.
HSL color Cylindrical-coordinate representation of color #880AB9: hue angle of 283.2º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880AB9 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 10 | 185 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.27 |
| HSL | 283.2º | 0.9% | 0.38% | - |
| HSV(B) | 283.2º | 0.95% | 0.73% | - |
| XYZ | 19.02 | 8.95 | 46.62 | - |
| YUV | 67.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 185 | 0.26 | 0.95 | 0 | 0.27 | 283.2 | 0.9 | 0.38 |
| Hex | 88 | A | B9 | 1A | 5F | 0 | 1B | 11B | 5A | 26 |
| Octal | 210 | 12 | 271 | 32 | 137 | 0 | 33 | 433 | 132 | 46 |
| Binary | 10001000 | 1010 | 10111001 | 11010 | 1011111 | 0 | 11011 | 100011011 | 1011010 | 100110 |
Color Harmonies of #880AB9
Complementary color
Monochromatic Colors of #880AB9
Black with #880AB9
Text Example
Text Example
White with #880AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AB9; }
p { color: rgb(136,10,185); }
H1.HeaderClassName
{
color: #880AB9;
}
.AnyTagClassName
{
color: #880AB9;
}
</style>
background-color css
<style>
a { background-color: #880AB9; }
a { background-color: rgb(136,10,185); }
div.DivClassName
{
background-color: #880AB9;
}
.BgClassName
{
background-color: #880AB9;
}
</style>
border-color css
<style>
span { border-color: #880AB9; }
span { border-color: rgb(136,10,185); }
td.TdClassName
{
border-color: #880AB9;
}
.TagClassName
{
border-color: #880AB9;
}
</style>