Shades of Dark Purple #882669
Tints of Dark Purple #882669
RGB
CMYK
RGB Variations
Color information
#882669 (or 0x882669) is known color: Dark Purple. HEX triplet: 88, 26 and 69. RGB value is (136,38,105). Sum of RGB (Red+Green+Blue) = 136+38+105=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #882669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882669 is #77D996. Grayscale: #4A4A4A. Windows color (decimal): -7854487 or 6891144. OLE color: 6891144.
HSL color Cylindrical-coordinate representation of color #882669: hue angle of 318.98º 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 #882669 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 105 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.47 |
| HSL | 318.98º | 0.56% | 0.34% | - |
| HSV(B) | 318.98º | 0.72% | 0.53% | - |
| XYZ | 13.4 | 7.64 | 14.13 | - |
| YUV | 74.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 105 | 0 | 0.72 | 0.23 | 0.47 | 318.98 | 0.56 | 0.34 |
| Hex | 88 | 26 | 69 | 0 | 48 | 17 | 2F | 13F | 38 | 22 |
| Octal | 210 | 46 | 151 | 0 | 110 | 27 | 57 | 477 | 70 | 42 |
| Binary | 10001000 | 100110 | 1101001 | 0 | 1001000 | 10111 | 101111 | 100111111 | 111000 | 100010 |
Color Harmonies of #882669
Complementary color
Monochromatic Colors of #882669
Black with #882669
Text Example
Text Example
White with #882669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882669; }
p { color: rgb(136,38,105); }
H1.HeaderClassName
{
color: #882669;
}
.AnyTagClassName
{
color: #882669;
}
</style>
background-color css
<style>
a { background-color: #882669; }
a { background-color: rgb(136,38,105); }
div.DivClassName
{
background-color: #882669;
}
.BgClassName
{
background-color: #882669;
}
</style>
border-color css
<style>
span { border-color: #882669; }
span { border-color: rgb(136,38,105); }
td.TdClassName
{
border-color: #882669;
}
.TagClassName
{
border-color: #882669;
}
</style>