Shades of Dark Purple #882665
Tints of Dark Purple #882665
RGB
CMYK
RGB Variations
Color information
#882665 (or 0x882665) is known color: Dark Purple. HEX triplet: 88, 26 and 65. RGB value is (136,38,101). Sum of RGB (Red+Green+Blue) = 136+38+101=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #882665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882665 is #77D99A. Grayscale: #4A4A4A. Windows color (decimal): -7854491 or 6629000. OLE color: 6629000.
HSL color Cylindrical-coordinate representation of color #882665: hue angle of 321.43º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882665 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 101 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.47 |
| HSL | 321.43º | 0.56% | 0.34% | - |
| HSV(B) | 321.43º | 0.72% | 0.53% | - |
| XYZ | 13.2 | 7.56 | 13.08 | - |
| YUV | 74.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 101 | 0 | 0.72 | 0.26 | 0.47 | 321.43 | 0.56 | 0.34 |
| Hex | 88 | 26 | 65 | 0 | 48 | 1A | 2F | 141 | 38 | 22 |
| Octal | 210 | 46 | 145 | 0 | 110 | 32 | 57 | 501 | 70 | 42 |
| Binary | 10001000 | 100110 | 1100101 | 0 | 1001000 | 11010 | 101111 | 101000001 | 111000 | 100010 |
Color Harmonies of #882665
Complementary color
Monochromatic Colors of #882665
Black with #882665
Text Example
Text Example
White with #882665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882665; }
p { color: rgb(136,38,101); }
H1.HeaderClassName
{
color: #882665;
}
.AnyTagClassName
{
color: #882665;
}
</style>
background-color css
<style>
a { background-color: #882665; }
a { background-color: rgb(136,38,101); }
div.DivClassName
{
background-color: #882665;
}
.BgClassName
{
background-color: #882665;
}
</style>
border-color css
<style>
span { border-color: #882665; }
span { border-color: rgb(136,38,101); }
td.TdClassName
{
border-color: #882665;
}
.TagClassName
{
border-color: #882665;
}
</style>