Shades of Dark Purple #881963
Tints of Dark Purple #881963
RGB
CMYK
RGB Variations
Color information
#881963 (or 0x881963) is known color: Dark Purple. HEX triplet: 88, 19 and 63. RGB value is (136,25,99). Sum of RGB (Red+Green+Blue) = 136+25+99=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #881963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881963 is #77E69C. Grayscale: #424242. Windows color (decimal): -7857821 or 6494600. OLE color: 6494600.
HSL color Cylindrical-coordinate representation of color #881963: hue angle of 320º 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 #881963 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 99 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.47 |
| HSL | 320º | 0.69% | 0.32% | - |
| HSV(B) | 320º | 0.82% | 0.53% | - |
| XYZ | 12.75 | 6.83 | 12.45 | - |
| YUV | 66.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 99 | 0 | 0.82 | 0.27 | 0.47 | 320 | 0.69 | 0.32 |
| Hex | 88 | 19 | 63 | 0 | 52 | 1B | 2F | 140 | 45 | 20 |
| Octal | 210 | 31 | 143 | 0 | 122 | 33 | 57 | 500 | 105 | 40 |
| Binary | 10001000 | 11001 | 1100011 | 0 | 1010010 | 11011 | 101111 | 101000000 | 1000101 | 100000 |
Color Harmonies of #881963
Complementary color
Monochromatic Colors of #881963
Black with #881963
Text Example
Text Example
White with #881963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881963; }
p { color: rgb(136,25,99); }
H1.HeaderClassName
{
color: #881963;
}
.AnyTagClassName
{
color: #881963;
}
</style>
background-color css
<style>
a { background-color: #881963; }
a { background-color: rgb(136,25,99); }
div.DivClassName
{
background-color: #881963;
}
.BgClassName
{
background-color: #881963;
}
</style>
border-color css
<style>
span { border-color: #881963; }
span { border-color: rgb(136,25,99); }
td.TdClassName
{
border-color: #881963;
}
.TagClassName
{
border-color: #881963;
}
</style>