Shades of Dark Purple #882785
Tints of Dark Purple #882785
RGB
CMYK
RGB Variations
Color information
#882785 (or 0x882785) is known color: Dark Purple. HEX triplet: 88, 27 and 85. RGB value is (136,39,133). Sum of RGB (Red+Green+Blue) = 136+39+133=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #882785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882785 is #77D87A. Grayscale: #4E4E4E. Windows color (decimal): -7854203 or 8726408. OLE color: 8726408.
HSL color Cylindrical-coordinate representation of color #882785: hue angle of 301.86º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882785 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 39 | 133 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.47 |
| HSL | 301.86º | 0.55% | 0.34% | - |
| HSV(B) | 301.86º | 0.71% | 0.53% | - |
| XYZ | 15.11 | 8.38 | 23.01 | - |
| YUV | 78.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 133 | 0 | 0.71 | 0.02 | 0.47 | 301.86 | 0.55 | 0.34 |
| Hex | 88 | 27 | 85 | 0 | 47 | 2 | 2F | 12E | 37 | 22 |
| Octal | 210 | 47 | 205 | 0 | 107 | 2 | 57 | 456 | 67 | 42 |
| Binary | 10001000 | 100111 | 10000101 | 0 | 1000111 | 10 | 101111 | 100101110 | 110111 | 100010 |
Color Harmonies of #882785
Complementary color
Monochromatic Colors of #882785
Black with #882785
Text Example
Text Example
White with #882785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882785; }
p { color: rgb(136,39,133); }
H1.HeaderClassName
{
color: #882785;
}
.AnyTagClassName
{
color: #882785;
}
</style>
background-color css
<style>
a { background-color: #882785; }
a { background-color: rgb(136,39,133); }
div.DivClassName
{
background-color: #882785;
}
.BgClassName
{
background-color: #882785;
}
</style>
border-color css
<style>
span { border-color: #882785; }
span { border-color: rgb(136,39,133); }
td.TdClassName
{
border-color: #882785;
}
.TagClassName
{
border-color: #882785;
}
</style>