Shades of Dark Purple #86266E
Tints of Dark Purple #86266E
RGB
CMYK
RGB Variations
Color information
#86266E (or 0x86266E) is known color: Dark Purple. HEX triplet: 86, 26 and 6E. RGB value is (134,38,110). Sum of RGB (Red+Green+Blue) = 134+38+110=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86266E is #79D991. Grayscale: #4A4A4A. Windows color (decimal): -7985554 or 7218822. OLE color: 7218822.
HSL color Cylindrical-coordinate representation of color #86266E: hue angle of 315º 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 #86266E is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 110 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.47 |
| HSL | 315º | 0.56% | 0.34% | - |
| HSV(B) | 315º | 0.72% | 0.53% | - |
| XYZ | 13.34 | 7.58 | 15.51 | - |
| YUV | 74.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 110 | 0 | 0.72 | 0.18 | 0.47 | 315 | 0.56 | 0.34 |
| Hex | 86 | 26 | 6E | 0 | 48 | 12 | 2F | 13B | 38 | 22 |
| Octal | 206 | 46 | 156 | 0 | 110 | 22 | 57 | 473 | 70 | 42 |
| Binary | 10000110 | 100110 | 1101110 | 0 | 1001000 | 10010 | 101111 | 100111011 | 111000 | 100010 |
Color Harmonies of #86266E
Complementary color
Monochromatic Colors of #86266E
Black with #86266E
Text Example
Text Example
White with #86266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86266E; }
p { color: rgb(134,38,110); }
H1.HeaderClassName
{
color: #86266E;
}
.AnyTagClassName
{
color: #86266E;
}
</style>
background-color css
<style>
a { background-color: #86266E; }
a { background-color: rgb(134,38,110); }
div.DivClassName
{
background-color: #86266E;
}
.BgClassName
{
background-color: #86266E;
}
</style>
border-color css
<style>
span { border-color: #86266E; }
span { border-color: rgb(134,38,110); }
td.TdClassName
{
border-color: #86266E;
}
.TagClassName
{
border-color: #86266E;
}
</style>