Shades of Dark Purple #882365
Tints of Dark Purple #882365
RGB
CMYK
RGB Variations
Color information
#882365 (or 0x882365) is known color: Dark Purple. HEX triplet: 88, 23 and 65. RGB value is (136,35,101). Sum of RGB (Red+Green+Blue) = 136+35+101=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #882365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882365 is #77DC9A. Grayscale: #484848. Windows color (decimal): -7855259 or 6628232. OLE color: 6628232.
HSL color Cylindrical-coordinate representation of color #882365: hue angle of 320.79º 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 #882365 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 101 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.47 |
| HSL | 320.79º | 0.59% | 0.34% | - |
| HSV(B) | 320.79º | 0.74% | 0.53% | - |
| XYZ | 13.1 | 7.38 | 13.04 | - |
| YUV | 72.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 101 | 0 | 0.74 | 0.26 | 0.47 | 320.79 | 0.59 | 0.34 |
| Hex | 88 | 23 | 65 | 0 | 4A | 1A | 2F | 141 | 3B | 22 |
| Octal | 210 | 43 | 145 | 0 | 112 | 32 | 57 | 501 | 73 | 42 |
| Binary | 10001000 | 100011 | 1100101 | 0 | 1001010 | 11010 | 101111 | 101000001 | 111011 | 100010 |
Color Harmonies of #882365
Complementary color
Monochromatic Colors of #882365
Black with #882365
Text Example
Text Example
White with #882365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882365; }
p { color: rgb(136,35,101); }
H1.HeaderClassName
{
color: #882365;
}
.AnyTagClassName
{
color: #882365;
}
</style>
background-color css
<style>
a { background-color: #882365; }
a { background-color: rgb(136,35,101); }
div.DivClassName
{
background-color: #882365;
}
.BgClassName
{
background-color: #882365;
}
</style>
border-color css
<style>
span { border-color: #882365; }
span { border-color: rgb(136,35,101); }
td.TdClassName
{
border-color: #882365;
}
.TagClassName
{
border-color: #882365;
}
</style>