Shades of Dark Violet #880AB7
Tints of Dark Violet #880AB7
RGB
CMYK
RGB Variations
Color information
#880AB7 (or 0x880AB7) is known color: Dark Violet. HEX triplet: 88, 0A and B7. RGB value is (136,10,183). Sum of RGB (Red+Green+Blue) = 136+10+183=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #880AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AB7 is #77F548. Grayscale: #424242. Windows color (decimal): -7861577 or 11995784. OLE color: 11995784.
HSL color Cylindrical-coordinate representation of color #880AB7: hue angle of 283.7º 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 #880AB7 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 10 | 183 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.28 |
| HSL | 283.7º | 0.9% | 0.38% | - |
| HSV(B) | 283.7º | 0.95% | 0.72% | - |
| XYZ | 18.81 | 8.87 | 45.52 | - |
| YUV | 67.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 183 | 0.26 | 0.95 | 0 | 0.28 | 283.7 | 0.9 | 0.38 |
| Hex | 88 | A | B7 | 1A | 5F | 0 | 1C | 11C | 5A | 26 |
| Octal | 210 | 12 | 267 | 32 | 137 | 0 | 34 | 434 | 132 | 46 |
| Binary | 10001000 | 1010 | 10110111 | 11010 | 1011111 | 0 | 11100 | 100011100 | 1011010 | 100110 |
Color Harmonies of #880AB7
Complementary color
Monochromatic Colors of #880AB7
Black with #880AB7
Text Example
Text Example
White with #880AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AB7; }
p { color: rgb(136,10,183); }
H1.HeaderClassName
{
color: #880AB7;
}
.AnyTagClassName
{
color: #880AB7;
}
</style>
background-color css
<style>
a { background-color: #880AB7; }
a { background-color: rgb(136,10,183); }
div.DivClassName
{
background-color: #880AB7;
}
.BgClassName
{
background-color: #880AB7;
}
</style>
border-color css
<style>
span { border-color: #880AB7; }
span { border-color: rgb(136,10,183); }
td.TdClassName
{
border-color: #880AB7;
}
.TagClassName
{
border-color: #880AB7;
}
</style>