Shades of Dark Violet #880AB4
Tints of Dark Violet #880AB4
RGB
CMYK
RGB Variations
Color information
#880AB4 (or 0x880AB4) is known color: Dark Violet. HEX triplet: 88, 0A and B4. RGB value is (136,10,180). Sum of RGB (Red+Green+Blue) = 136+10+180=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #880AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AB4 is #77F54B. Grayscale: #424242. Windows color (decimal): -7861580 or 11799176. OLE color: 11799176.
HSL color Cylindrical-coordinate representation of color #880AB4: hue angle of 284.47º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880AB4 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 10 | 180 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.29 |
| HSL | 284.47º | 0.89% | 0.37% | - |
| HSV(B) | 284.47º | 0.94% | 0.71% | - |
| XYZ | 18.5 | 8.75 | 43.89 | - |
| YUV | 67.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 180 | 0.24 | 0.94 | 0 | 0.29 | 284.47 | 0.89 | 0.37 |
| Hex | 88 | A | B4 | 18 | 5E | 0 | 1D | 11C | 59 | 25 |
| Octal | 210 | 12 | 264 | 30 | 136 | 0 | 35 | 434 | 131 | 45 |
| Binary | 10001000 | 1010 | 10110100 | 11000 | 1011110 | 0 | 11101 | 100011100 | 1011001 | 100101 |
Color Harmonies of #880AB4
Complementary color
Monochromatic Colors of #880AB4
Black with #880AB4
Text Example
Text Example
White with #880AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AB4; }
p { color: rgb(136,10,180); }
H1.HeaderClassName
{
color: #880AB4;
}
.AnyTagClassName
{
color: #880AB4;
}
</style>
background-color css
<style>
a { background-color: #880AB4; }
a { background-color: rgb(136,10,180); }
div.DivClassName
{
background-color: #880AB4;
}
.BgClassName
{
background-color: #880AB4;
}
</style>
border-color css
<style>
span { border-color: #880AB4; }
span { border-color: rgb(136,10,180); }
td.TdClassName
{
border-color: #880AB4;
}
.TagClassName
{
border-color: #880AB4;
}
</style>