Shades of Dark Purple #87226E
Tints of Dark Purple #87226E
RGB
CMYK
RGB Variations
Color information
#87226E (or 0x87226E) is known color: Dark Purple. HEX triplet: 87, 22 and 6E. RGB value is (135,34,110). Sum of RGB (Red+Green+Blue) = 135+34+110=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87226E is #78DD91. Grayscale: #484848. Windows color (decimal): -7921042 or 7217799. OLE color: 7217799.
HSL color Cylindrical-coordinate representation of color #87226E: hue angle of 314.85º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87226E is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 110 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.47 |
| HSL | 314.85º | 0.6% | 0.33% | - |
| HSV(B) | 314.85º | 0.75% | 0.53% | - |
| XYZ | 13.38 | 7.42 | 15.48 | - |
| YUV | 72.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 110 | 0 | 0.75 | 0.19 | 0.47 | 314.85 | 0.6 | 0.33 |
| Hex | 87 | 22 | 6E | 0 | 4B | 13 | 2F | 13B | 3C | 21 |
| Octal | 207 | 42 | 156 | 0 | 113 | 23 | 57 | 473 | 74 | 41 |
| Binary | 10000111 | 100010 | 1101110 | 0 | 1001011 | 10011 | 101111 | 100111011 | 111100 | 100001 |
Color Harmonies of #87226E
Complementary color
Monochromatic Colors of #87226E
Black with #87226E
Text Example
Text Example
White with #87226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87226E; }
p { color: rgb(135,34,110); }
H1.HeaderClassName
{
color: #87226E;
}
.AnyTagClassName
{
color: #87226E;
}
</style>
background-color css
<style>
a { background-color: #87226E; }
a { background-color: rgb(135,34,110); }
div.DivClassName
{
background-color: #87226E;
}
.BgClassName
{
background-color: #87226E;
}
</style>
border-color css
<style>
span { border-color: #87226E; }
span { border-color: rgb(135,34,110); }
td.TdClassName
{
border-color: #87226E;
}
.TagClassName
{
border-color: #87226E;
}
</style>