Shades of Dark Purple #86276C
Tints of Dark Purple #86276C
RGB
CMYK
RGB Variations
Color information
#86276C (or 0x86276C) is known color: Dark Purple. HEX triplet: 86, 27 and 6C. RGB value is (134,39,108). Sum of RGB (Red+Green+Blue) = 134+39+108=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86276C is #79D893. Grayscale: #4B4B4B. Windows color (decimal): -7985300 or 7088006. OLE color: 7088006.
HSL color Cylindrical-coordinate representation of color #86276C: hue angle of 316.42º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86276C is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 108 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.47 |
| HSL | 316.42º | 0.55% | 0.34% | - |
| HSV(B) | 316.42º | 0.71% | 0.53% | - |
| XYZ | 13.26 | 7.6 | 14.96 | - |
| YUV | 75.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 108 | 0 | 0.71 | 0.19 | 0.47 | 316.42 | 0.55 | 0.34 |
| Hex | 86 | 27 | 6C | 0 | 47 | 13 | 2F | 13C | 37 | 22 |
| Octal | 206 | 47 | 154 | 0 | 107 | 23 | 57 | 474 | 67 | 42 |
| Binary | 10000110 | 100111 | 1101100 | 0 | 1000111 | 10011 | 101111 | 100111100 | 110111 | 100010 |
Color Harmonies of #86276C
Complementary color
Monochromatic Colors of #86276C
Black with #86276C
Text Example
Text Example
White with #86276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86276C; }
p { color: rgb(134,39,108); }
H1.HeaderClassName
{
color: #86276C;
}
.AnyTagClassName
{
color: #86276C;
}
</style>
background-color css
<style>
a { background-color: #86276C; }
a { background-color: rgb(134,39,108); }
div.DivClassName
{
background-color: #86276C;
}
.BgClassName
{
background-color: #86276C;
}
</style>
border-color css
<style>
span { border-color: #86276C; }
span { border-color: rgb(134,39,108); }
td.TdClassName
{
border-color: #86276C;
}
.TagClassName
{
border-color: #86276C;
}
</style>