Shades of Dark Purple #881481
Tints of Dark Purple #881481
RGB
CMYK
RGB Variations
Color information
#881481 (or 0x881481) is known color: Dark Purple. HEX triplet: 88, 14 and 81. RGB value is (136,20,129). Sum of RGB (Red+Green+Blue) = 136+20+129=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #881481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881481 is #77EB7E. Grayscale: #424242. Windows color (decimal): -7859071 or 8459400. OLE color: 8459400.
HSL color Cylindrical-coordinate representation of color #881481: hue angle of 303.62º 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 #881481 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 129 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.47 |
| HSL | 303.62º | 0.74% | 0.31% | - |
| HSV(B) | 303.62º | 0.85% | 0.53% | - |
| XYZ | 14.37 | 7.32 | 21.42 | - |
| YUV | 67.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 129 | 0 | 0.85 | 0.05 | 0.47 | 303.62 | 0.74 | 0.31 |
| Hex | 88 | 14 | 81 | 0 | 55 | 5 | 2F | 130 | 4A | 1F |
| Octal | 210 | 24 | 201 | 0 | 125 | 5 | 57 | 460 | 112 | 37 |
| Binary | 10001000 | 10100 | 10000001 | 0 | 1010101 | 101 | 101111 | 100110000 | 1001010 | 11111 |
Color Harmonies of #881481
Complementary color
Monochromatic Colors of #881481
Black with #881481
Text Example
Text Example
White with #881481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881481; }
p { color: rgb(136,20,129); }
H1.HeaderClassName
{
color: #881481;
}
.AnyTagClassName
{
color: #881481;
}
</style>
background-color css
<style>
a { background-color: #881481; }
a { background-color: rgb(136,20,129); }
div.DivClassName
{
background-color: #881481;
}
.BgClassName
{
background-color: #881481;
}
</style>
border-color css
<style>
span { border-color: #881481; }
span { border-color: rgb(136,20,129); }
td.TdClassName
{
border-color: #881481;
}
.TagClassName
{
border-color: #881481;
}
</style>