Shades of Dark Purple #881367
Tints of Dark Purple #881367
RGB
CMYK
RGB Variations
Color information
#881367 (or 0x881367) is known color: Dark Purple. HEX triplet: 88, 13 and 67. RGB value is (136,19,103). Sum of RGB (Red+Green+Blue) = 136+19+103=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #881367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881367 is #77EC98. Grayscale: #3F3F3F. Windows color (decimal): -7859353 or 6755208. OLE color: 6755208.
HSL color Cylindrical-coordinate representation of color #881367: hue angle of 316.92º 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 #881367 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 103 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.47 |
| HSL | 316.92º | 0.75% | 0.3% | - |
| HSV(B) | 316.92º | 0.86% | 0.53% | - |
| XYZ | 12.83 | 6.68 | 13.44 | - |
| YUV | 63.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 103 | 0 | 0.86 | 0.24 | 0.47 | 316.92 | 0.75 | 0.3 |
| Hex | 88 | 13 | 67 | 0 | 56 | 18 | 2F | 13D | 4B | 1E |
| Octal | 210 | 23 | 147 | 0 | 126 | 30 | 57 | 475 | 113 | 36 |
| Binary | 10001000 | 10011 | 1100111 | 0 | 1010110 | 11000 | 101111 | 100111101 | 1001011 | 11110 |
Color Harmonies of #881367
Complementary color
Monochromatic Colors of #881367
Black with #881367
Text Example
Text Example
White with #881367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881367; }
p { color: rgb(136,19,103); }
H1.HeaderClassName
{
color: #881367;
}
.AnyTagClassName
{
color: #881367;
}
</style>
background-color css
<style>
a { background-color: #881367; }
a { background-color: rgb(136,19,103); }
div.DivClassName
{
background-color: #881367;
}
.BgClassName
{
background-color: #881367;
}
</style>
border-color css
<style>
span { border-color: #881367; }
span { border-color: rgb(136,19,103); }
td.TdClassName
{
border-color: #881367;
}
.TagClassName
{
border-color: #881367;
}
</style>