Shades of Dark Purple #88266F
Tints of Dark Purple #88266F
RGB
CMYK
RGB Variations
Color information
#88266F (or 0x88266F) is known color: Dark Purple. HEX triplet: 88, 26 and 6F. RGB value is (136,38,111). Sum of RGB (Red+Green+Blue) = 136+38+111=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88266F is #77D990. Grayscale: #4B4B4B. Windows color (decimal): -7854481 or 7284360. OLE color: 7284360.
HSL color Cylindrical-coordinate representation of color #88266F: hue angle of 315.31º 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 #88266F is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 111 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.47 |
| HSL | 315.31º | 0.56% | 0.34% | - |
| HSV(B) | 315.31º | 0.72% | 0.53% | - |
| XYZ | 13.72 | 7.77 | 15.82 | - |
| YUV | 75.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 111 | 0 | 0.72 | 0.18 | 0.47 | 315.31 | 0.56 | 0.34 |
| Hex | 88 | 26 | 6F | 0 | 48 | 12 | 2F | 13B | 38 | 22 |
| Octal | 210 | 46 | 157 | 0 | 110 | 22 | 57 | 473 | 70 | 42 |
| Binary | 10001000 | 100110 | 1101111 | 0 | 1001000 | 10010 | 101111 | 100111011 | 111000 | 100010 |
Color Harmonies of #88266F
Complementary color
Monochromatic Colors of #88266F
Black with #88266F
Text Example
Text Example
White with #88266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88266F; }
p { color: rgb(136,38,111); }
H1.HeaderClassName
{
color: #88266F;
}
.AnyTagClassName
{
color: #88266F;
}
</style>
background-color css
<style>
a { background-color: #88266F; }
a { background-color: rgb(136,38,111); }
div.DivClassName
{
background-color: #88266F;
}
.BgClassName
{
background-color: #88266F;
}
</style>
border-color css
<style>
span { border-color: #88266F; }
span { border-color: rgb(136,38,111); }
td.TdClassName
{
border-color: #88266F;
}
.TagClassName
{
border-color: #88266F;
}
</style>