Shades of Dark Purple #881973
Tints of Dark Purple #881973
RGB
CMYK
RGB Variations
Color information
#881973 (or 0x881973) is known color: Dark Purple. HEX triplet: 88, 19 and 73. RGB value is (136,25,115). Sum of RGB (Red+Green+Blue) = 136+25+115=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #881973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881973 is #77E68C. Grayscale: #444444. Windows color (decimal): -7857805 or 7543176. OLE color: 7543176.
HSL color Cylindrical-coordinate representation of color #881973: hue angle of 311.35º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881973 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 115 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.47 |
| HSL | 311.35º | 0.69% | 0.32% | - |
| HSV(B) | 311.35º | 0.82% | 0.53% | - |
| XYZ | 13.6 | 7.17 | 16.89 | - |
| YUV | 68.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 115 | 0 | 0.82 | 0.15 | 0.47 | 311.35 | 0.69 | 0.32 |
| Hex | 88 | 19 | 73 | 0 | 52 | F | 2F | 137 | 45 | 20 |
| Octal | 210 | 31 | 163 | 0 | 122 | 17 | 57 | 467 | 105 | 40 |
| Binary | 10001000 | 11001 | 1110011 | 0 | 1010010 | 1111 | 101111 | 100110111 | 1000101 | 100000 |
Color Harmonies of #881973
Complementary color
Monochromatic Colors of #881973
Black with #881973
Text Example
Text Example
White with #881973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881973; }
p { color: rgb(136,25,115); }
H1.HeaderClassName
{
color: #881973;
}
.AnyTagClassName
{
color: #881973;
}
</style>
background-color css
<style>
a { background-color: #881973; }
a { background-color: rgb(136,25,115); }
div.DivClassName
{
background-color: #881973;
}
.BgClassName
{
background-color: #881973;
}
</style>
border-color css
<style>
span { border-color: #881973; }
span { border-color: rgb(136,25,115); }
td.TdClassName
{
border-color: #881973;
}
.TagClassName
{
border-color: #881973;
}
</style>