Shades of Dark Violet #880AC5
Tints of Dark Violet #880AC5
RGB
CMYK
RGB Variations
Color information
#880AC5 (or 0x880AC5) is known color: Dark Violet. HEX triplet: 88, 0A and C5. RGB value is (136,10,197). Sum of RGB (Red+Green+Blue) = 136+10+197=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #880AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AC5 is #77F53A. Grayscale: #444444. Windows color (decimal): -7861563 or 12913288. OLE color: 12913288.
HSL color Cylindrical-coordinate representation of color #880AC5: hue angle of 280.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880AC5 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 10 | 197 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.23 |
| HSL | 280.43º | 0.9% | 0.41% | - |
| HSV(B) | 280.43º | 0.95% | 0.77% | - |
| XYZ | 20.34 | 9.48 | 53.58 | - |
| YUV | 68.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 197 | 0.31 | 0.95 | 0 | 0.23 | 280.43 | 0.9 | 0.41 |
| Hex | 88 | A | C5 | 1F | 5F | 0 | 17 | 118 | 5A | 29 |
| Octal | 210 | 12 | 305 | 37 | 137 | 0 | 27 | 430 | 132 | 51 |
| Binary | 10001000 | 1010 | 11000101 | 11111 | 1011111 | 0 | 10111 | 100011000 | 1011010 | 101001 |
Color Harmonies of #880AC5
Complementary color
Monochromatic Colors of #880AC5
Black with #880AC5
Text Example
Text Example
White with #880AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AC5; }
p { color: rgb(136,10,197); }
H1.HeaderClassName
{
color: #880AC5;
}
.AnyTagClassName
{
color: #880AC5;
}
</style>
background-color css
<style>
a { background-color: #880AC5; }
a { background-color: rgb(136,10,197); }
div.DivClassName
{
background-color: #880AC5;
}
.BgClassName
{
background-color: #880AC5;
}
</style>
border-color css
<style>
span { border-color: #880AC5; }
span { border-color: rgb(136,10,197); }
td.TdClassName
{
border-color: #880AC5;
}
.TagClassName
{
border-color: #880AC5;
}
</style>