Shades of Dark Purple #881475
Tints of Dark Purple #881475
RGB
CMYK
RGB Variations
Color information
#881475 (or 0x881475) is known color: Dark Purple. HEX triplet: 88, 14 and 75. RGB value is (136,20,117). Sum of RGB (Red+Green+Blue) = 136+20+117=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881475 is #77EB8A. Grayscale: #414141. Windows color (decimal): -7859083 or 7672968. OLE color: 7672968.
HSL color Cylindrical-coordinate representation of color #881475: hue angle of 309.83º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881475 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 117 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.47 |
| HSL | 309.83º | 0.74% | 0.31% | - |
| HSV(B) | 309.83º | 0.85% | 0.53% | - |
| XYZ | 13.61 | 7.02 | 17.47 | - |
| YUV | 65.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 117 | 0 | 0.85 | 0.14 | 0.47 | 309.83 | 0.74 | 0.31 |
| Hex | 88 | 14 | 75 | 0 | 55 | E | 2F | 136 | 4A | 1F |
| Octal | 210 | 24 | 165 | 0 | 125 | 16 | 57 | 466 | 112 | 37 |
| Binary | 10001000 | 10100 | 1110101 | 0 | 1010101 | 1110 | 101111 | 100110110 | 1001010 | 11111 |
Color Harmonies of #881475
Complementary color
Monochromatic Colors of #881475
Black with #881475
Text Example
Text Example
White with #881475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881475; }
p { color: rgb(136,20,117); }
H1.HeaderClassName
{
color: #881475;
}
.AnyTagClassName
{
color: #881475;
}
</style>
background-color css
<style>
a { background-color: #881475; }
a { background-color: rgb(136,20,117); }
div.DivClassName
{
background-color: #881475;
}
.BgClassName
{
background-color: #881475;
}
</style>
border-color css
<style>
span { border-color: #881475; }
span { border-color: rgb(136,20,117); }
td.TdClassName
{
border-color: #881475;
}
.TagClassName
{
border-color: #881475;
}
</style>