Shades of Dark Purple #87266B
Tints of Dark Purple #87266B
RGB
CMYK
RGB Variations
Color information
#87266B (or 0x87266B) is known color: Dark Purple. HEX triplet: 87, 26 and 6B. RGB value is (135,38,107). Sum of RGB (Red+Green+Blue) = 135+38+107=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87266B is #78D994. Grayscale: #4A4A4A. Windows color (decimal): -7920021 or 7022215. OLE color: 7022215.
HSL color Cylindrical-coordinate representation of color #87266B: hue angle of 317.32º 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 #87266B is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 107 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.47 |
| HSL | 317.32º | 0.56% | 0.34% | - |
| HSV(B) | 317.32º | 0.72% | 0.53% | - |
| XYZ | 13.34 | 7.6 | 14.67 | - |
| YUV | 74.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 107 | 0 | 0.72 | 0.21 | 0.47 | 317.32 | 0.56 | 0.34 |
| Hex | 87 | 26 | 6B | 0 | 48 | 15 | 2F | 13D | 38 | 22 |
| Octal | 207 | 46 | 153 | 0 | 110 | 25 | 57 | 475 | 70 | 42 |
| Binary | 10000111 | 100110 | 1101011 | 0 | 1001000 | 10101 | 101111 | 100111101 | 111000 | 100010 |
Color Harmonies of #87266B
Complementary color
Monochromatic Colors of #87266B
Black with #87266B
Text Example
Text Example
White with #87266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87266B; }
p { color: rgb(135,38,107); }
H1.HeaderClassName
{
color: #87266B;
}
.AnyTagClassName
{
color: #87266B;
}
</style>
background-color css
<style>
a { background-color: #87266B; }
a { background-color: rgb(135,38,107); }
div.DivClassName
{
background-color: #87266B;
}
.BgClassName
{
background-color: #87266B;
}
</style>
border-color css
<style>
span { border-color: #87266B; }
span { border-color: rgb(135,38,107); }
td.TdClassName
{
border-color: #87266B;
}
.TagClassName
{
border-color: #87266B;
}
</style>