Shades of Dark Purple #881769
Tints of Dark Purple #881769
RGB
CMYK
RGB Variations
Color information
#881769 (or 0x881769) is known color: Dark Purple. HEX triplet: 88, 17 and 69. RGB value is (136,23,105). Sum of RGB (Red+Green+Blue) = 136+23+105=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #881769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881769 is #77E896. Grayscale: #414141. Windows color (decimal): -7858327 or 6887304. OLE color: 6887304.
HSL color Cylindrical-coordinate representation of color #881769: hue angle of 316.46º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881769 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 105 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.47 |
| HSL | 316.46º | 0.71% | 0.31% | - |
| HSV(B) | 316.46º | 0.83% | 0.53% | - |
| XYZ | 13.01 | 6.87 | 14 | - |
| YUV | 66.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 105 | 0 | 0.83 | 0.23 | 0.47 | 316.46 | 0.71 | 0.31 |
| Hex | 88 | 17 | 69 | 0 | 53 | 17 | 2F | 13C | 47 | 1F |
| Octal | 210 | 27 | 151 | 0 | 123 | 27 | 57 | 474 | 107 | 37 |
| Binary | 10001000 | 10111 | 1101001 | 0 | 1010011 | 10111 | 101111 | 100111100 | 1000111 | 11111 |
Color Harmonies of #881769
Complementary color
Monochromatic Colors of #881769
Black with #881769
Text Example
Text Example
White with #881769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881769; }
p { color: rgb(136,23,105); }
H1.HeaderClassName
{
color: #881769;
}
.AnyTagClassName
{
color: #881769;
}
</style>
background-color css
<style>
a { background-color: #881769; }
a { background-color: rgb(136,23,105); }
div.DivClassName
{
background-color: #881769;
}
.BgClassName
{
background-color: #881769;
}
</style>
border-color css
<style>
span { border-color: #881769; }
span { border-color: rgb(136,23,105); }
td.TdClassName
{
border-color: #881769;
}
.TagClassName
{
border-color: #881769;
}
</style>