Shades of Dark Purple #88266A
Tints of Dark Purple #88266A
RGB
CMYK
RGB Variations
Color information
#88266A (or 0x88266A) is known color: Dark Purple. HEX triplet: 88, 26 and 6A. RGB value is (136,38,106). Sum of RGB (Red+Green+Blue) = 136+38+106=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88266A is #77D995. Grayscale: #4A4A4A. Windows color (decimal): -7854486 or 6956680. OLE color: 6956680.
HSL color Cylindrical-coordinate representation of color #88266A: hue angle of 318.37º 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 #88266A is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 106 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.47 |
| HSL | 318.37º | 0.56% | 0.34% | - |
| HSV(B) | 318.37º | 0.72% | 0.53% | - |
| XYZ | 13.45 | 7.66 | 14.41 | - |
| YUV | 75.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 106 | 0 | 0.72 | 0.22 | 0.47 | 318.37 | 0.56 | 0.34 |
| Hex | 88 | 26 | 6A | 0 | 48 | 16 | 2F | 13E | 38 | 22 |
| Octal | 210 | 46 | 152 | 0 | 110 | 26 | 57 | 476 | 70 | 42 |
| Binary | 10001000 | 100110 | 1101010 | 0 | 1001000 | 10110 | 101111 | 100111110 | 111000 | 100010 |
Color Harmonies of #88266A
Complementary color
Monochromatic Colors of #88266A
Black with #88266A
Text Example
Text Example
White with #88266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88266A; }
p { color: rgb(136,38,106); }
H1.HeaderClassName
{
color: #88266A;
}
.AnyTagClassName
{
color: #88266A;
}
</style>
background-color css
<style>
a { background-color: #88266A; }
a { background-color: rgb(136,38,106); }
div.DivClassName
{
background-color: #88266A;
}
.BgClassName
{
background-color: #88266A;
}
</style>
border-color css
<style>
span { border-color: #88266A; }
span { border-color: rgb(136,38,106); }
td.TdClassName
{
border-color: #88266A;
}
.TagClassName
{
border-color: #88266A;
}
</style>