Shades of Dark Purple #882385
Tints of Dark Purple #882385
RGB
CMYK
RGB Variations
Color information
#882385 (or 0x882385) is known color: Dark Purple. HEX triplet: 88, 23 and 85. RGB value is (136,35,133). Sum of RGB (Red+Green+Blue) = 136+35+133=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #882385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882385 is #77DC7A. Grayscale: #4C4C4C. Windows color (decimal): -7855227 or 8725384. OLE color: 8725384.
HSL color Cylindrical-coordinate representation of color #882385: hue angle of 301.78º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882385 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 133 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.47 |
| HSL | 301.78º | 0.59% | 0.34% | - |
| HSV(B) | 301.78º | 0.74% | 0.53% | - |
| XYZ | 14.99 | 8.13 | 22.97 | - |
| YUV | 76.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 133 | 0 | 0.74 | 0.02 | 0.47 | 301.78 | 0.59 | 0.34 |
| Hex | 88 | 23 | 85 | 0 | 4A | 2 | 2F | 12E | 3B | 22 |
| Octal | 210 | 43 | 205 | 0 | 112 | 2 | 57 | 456 | 73 | 42 |
| Binary | 10001000 | 100011 | 10000101 | 0 | 1001010 | 10 | 101111 | 100101110 | 111011 | 100010 |
Color Harmonies of #882385
Complementary color
Monochromatic Colors of #882385
Black with #882385
Text Example
Text Example
White with #882385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882385; }
p { color: rgb(136,35,133); }
H1.HeaderClassName
{
color: #882385;
}
.AnyTagClassName
{
color: #882385;
}
</style>
background-color css
<style>
a { background-color: #882385; }
a { background-color: rgb(136,35,133); }
div.DivClassName
{
background-color: #882385;
}
.BgClassName
{
background-color: #882385;
}
</style>
border-color css
<style>
span { border-color: #882385; }
span { border-color: rgb(136,35,133); }
td.TdClassName
{
border-color: #882385;
}
.TagClassName
{
border-color: #882385;
}
</style>