Shades of Dark Purple #881383
Tints of Dark Purple #881383
RGB
CMYK
RGB Variations
Color information
#881383 (or 0x881383) is known color: Dark Purple. HEX triplet: 88, 13 and 83. RGB value is (136,19,131). Sum of RGB (Red+Green+Blue) = 136+19+131=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #881383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881383 is #77EC7C. Grayscale: #424242. Windows color (decimal): -7859325 or 8590216. OLE color: 8590216.
HSL color Cylindrical-coordinate representation of color #881383: hue angle of 302.56º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881383 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 131 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.47 |
| HSL | 302.56º | 0.75% | 0.3% | - |
| HSV(B) | 302.56º | 0.86% | 0.53% | - |
| XYZ | 14.48 | 7.34 | 22.13 | - |
| YUV | 66.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 131 | 0 | 0.86 | 0.04 | 0.47 | 302.56 | 0.75 | 0.3 |
| Hex | 88 | 13 | 83 | 0 | 56 | 4 | 2F | 12F | 4B | 1E |
| Octal | 210 | 23 | 203 | 0 | 126 | 4 | 57 | 457 | 113 | 36 |
| Binary | 10001000 | 10011 | 10000011 | 0 | 1010110 | 100 | 101111 | 100101111 | 1001011 | 11110 |
Color Harmonies of #881383
Complementary color
Monochromatic Colors of #881383
Black with #881383
Text Example
Text Example
White with #881383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881383; }
p { color: rgb(136,19,131); }
H1.HeaderClassName
{
color: #881383;
}
.AnyTagClassName
{
color: #881383;
}
</style>
background-color css
<style>
a { background-color: #881383; }
a { background-color: rgb(136,19,131); }
div.DivClassName
{
background-color: #881383;
}
.BgClassName
{
background-color: #881383;
}
</style>
border-color css
<style>
span { border-color: #881383; }
span { border-color: rgb(136,19,131); }
td.TdClassName
{
border-color: #881383;
}
.TagClassName
{
border-color: #881383;
}
</style>