Shades of Dark Purple #880A73
Tints of Dark Purple #880A73
RGB
CMYK
RGB Variations
Color information
#880A73 (or 0x880A73) is known color: Dark Purple. HEX triplet: 88, 0A and 73. RGB value is (136,10,115). Sum of RGB (Red+Green+Blue) = 136+10+115=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #880A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A73 is #77F58C. Grayscale: #3B3B3B. Windows color (decimal): -7861645 or 7539336. OLE color: 7539336.
HSL color Cylindrical-coordinate representation of color #880A73: hue angle of 310º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A73 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 115 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.47 |
| HSL | 310º | 0.86% | 0.29% | - |
| HSV(B) | 310º | 0.93% | 0.53% | - |
| XYZ | 13.36 | 6.69 | 16.81 | - |
| YUV | 59.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 115 | 0 | 0.93 | 0.15 | 0.47 | 310 | 0.86 | 0.29 |
| Hex | 88 | A | 73 | 0 | 5D | F | 2F | 136 | 56 | 1D |
| Octal | 210 | 12 | 163 | 0 | 135 | 17 | 57 | 466 | 126 | 35 |
| Binary | 10001000 | 1010 | 1110011 | 0 | 1011101 | 1111 | 101111 | 100110110 | 1010110 | 11101 |
Color Harmonies of #880A73
Complementary color
Monochromatic Colors of #880A73
Black with #880A73
Text Example
Text Example
White with #880A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A73; }
p { color: rgb(136,10,115); }
H1.HeaderClassName
{
color: #880A73;
}
.AnyTagClassName
{
color: #880A73;
}
</style>
background-color css
<style>
a { background-color: #880A73; }
a { background-color: rgb(136,10,115); }
div.DivClassName
{
background-color: #880A73;
}
.BgClassName
{
background-color: #880A73;
}
</style>
border-color css
<style>
span { border-color: #880A73; }
span { border-color: rgb(136,10,115); }
td.TdClassName
{
border-color: #880A73;
}
.TagClassName
{
border-color: #880A73;
}
</style>