Shades of Dark Purple #87236D
Tints of Dark Purple #87236D
RGB
CMYK
RGB Variations
Color information
#87236D (or 0x87236D) is known color: Dark Purple. HEX triplet: 87, 23 and 6D. RGB value is (135,35,109). Sum of RGB (Red+Green+Blue) = 135+35+109=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87236D is #78DC92. Grayscale: #494949. Windows color (decimal): -7920787 or 7152519. OLE color: 7152519.
HSL color Cylindrical-coordinate representation of color #87236D: hue angle of 315.6º 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 #87236D is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 109 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.47 |
| HSL | 315.6º | 0.59% | 0.33% | - |
| HSV(B) | 315.6º | 0.74% | 0.53% | - |
| XYZ | 13.35 | 7.46 | 15.2 | - |
| YUV | 73.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 109 | 0 | 0.74 | 0.19 | 0.47 | 315.6 | 0.59 | 0.33 |
| Hex | 87 | 23 | 6D | 0 | 4A | 13 | 2F | 13C | 3B | 21 |
| Octal | 207 | 43 | 155 | 0 | 112 | 23 | 57 | 474 | 73 | 41 |
| Binary | 10000111 | 100011 | 1101101 | 0 | 1001010 | 10011 | 101111 | 100111100 | 111011 | 100001 |
Color Harmonies of #87236D
Complementary color
Monochromatic Colors of #87236D
Black with #87236D
Text Example
Text Example
White with #87236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87236D; }
p { color: rgb(135,35,109); }
H1.HeaderClassName
{
color: #87236D;
}
.AnyTagClassName
{
color: #87236D;
}
</style>
background-color css
<style>
a { background-color: #87236D; }
a { background-color: rgb(135,35,109); }
div.DivClassName
{
background-color: #87236D;
}
.BgClassName
{
background-color: #87236D;
}
</style>
border-color css
<style>
span { border-color: #87236D; }
span { border-color: rgb(135,35,109); }
td.TdClassName
{
border-color: #87236D;
}
.TagClassName
{
border-color: #87236D;
}
</style>