Shades of Dark Purple #87236E
Tints of Dark Purple #87236E
RGB
CMYK
RGB Variations
Color information
#87236E (or 0x87236E) is known color: Dark Purple. HEX triplet: 87, 23 and 6E. RGB value is (135,35,110). Sum of RGB (Red+Green+Blue) = 135+35+110=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87236E is #78DC91. Grayscale: #494949. Windows color (decimal): -7920786 or 7218055. OLE color: 7218055.
HSL color Cylindrical-coordinate representation of color #87236E: hue angle of 315º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87236E is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 110 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.47 |
| HSL | 315º | 0.59% | 0.33% | - |
| HSV(B) | 315º | 0.74% | 0.53% | - |
| XYZ | 13.41 | 7.48 | 15.49 | - |
| YUV | 73.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 110 | 0 | 0.74 | 0.19 | 0.47 | 315 | 0.59 | 0.33 |
| Hex | 87 | 23 | 6E | 0 | 4A | 13 | 2F | 13B | 3B | 21 |
| Octal | 207 | 43 | 156 | 0 | 112 | 23 | 57 | 473 | 73 | 41 |
| Binary | 10000111 | 100011 | 1101110 | 0 | 1001010 | 10011 | 101111 | 100111011 | 111011 | 100001 |
Color Harmonies of #87236E
Complementary color
Monochromatic Colors of #87236E
Black with #87236E
Text Example
Text Example
White with #87236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87236E; }
p { color: rgb(135,35,110); }
H1.HeaderClassName
{
color: #87236E;
}
.AnyTagClassName
{
color: #87236E;
}
</style>
background-color css
<style>
a { background-color: #87236E; }
a { background-color: rgb(135,35,110); }
div.DivClassName
{
background-color: #87236E;
}
.BgClassName
{
background-color: #87236E;
}
</style>
border-color css
<style>
span { border-color: #87236E; }
span { border-color: rgb(135,35,110); }
td.TdClassName
{
border-color: #87236E;
}
.TagClassName
{
border-color: #87236E;
}
</style>