Shades of Dark Violet #880AB8
Tints of Dark Violet #880AB8
RGB
CMYK
RGB Variations
Color information
#880AB8 (or 0x880AB8) is known color: Dark Violet. HEX triplet: 88, 0A and B8. RGB value is (136,10,184). Sum of RGB (Red+Green+Blue) = 136+10+184=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #880AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AB8 is #77F547. Grayscale: #424242. Windows color (decimal): -7861576 or 12061320. OLE color: 12061320.
HSL color Cylindrical-coordinate representation of color #880AB8: hue angle of 283.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880AB8 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 10 | 184 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.28 |
| HSL | 283.45º | 0.9% | 0.38% | - |
| HSV(B) | 283.45º | 0.95% | 0.72% | - |
| XYZ | 18.91 | 8.91 | 46.07 | - |
| YUV | 67.51 | 193.74 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 184 | 0.26 | 0.95 | 0 | 0.28 | 283.45 | 0.9 | 0.38 |
| Hex | 88 | A | B8 | 1A | 5F | 0 | 1C | 11B | 5A | 26 |
| Octal | 210 | 12 | 270 | 32 | 137 | 0 | 34 | 433 | 132 | 46 |
| Binary | 10001000 | 1010 | 10111000 | 11010 | 1011111 | 0 | 11100 | 100011011 | 1011010 | 100110 |
Color Harmonies of #880AB8
Complementary color
Monochromatic Colors of #880AB8
Black with #880AB8
Text Example
Text Example
White with #880AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AB8; }
p { color: rgb(136,10,184); }
H1.HeaderClassName
{
color: #880AB8;
}
.AnyTagClassName
{
color: #880AB8;
}
</style>
background-color css
<style>
a { background-color: #880AB8; }
a { background-color: rgb(136,10,184); }
div.DivClassName
{
background-color: #880AB8;
}
.BgClassName
{
background-color: #880AB8;
}
</style>
border-color css
<style>
span { border-color: #880AB8; }
span { border-color: rgb(136,10,184); }
td.TdClassName
{
border-color: #880AB8;
}
.TagClassName
{
border-color: #880AB8;
}
</style>