Shades of Dark Purple #86277F
Tints of Dark Purple #86277F
RGB
CMYK
RGB Variations
Color information
#86277F (or 0x86277F) is known color: Dark Purple. HEX triplet: 86, 27 and 7F. RGB value is (134,39,127). Sum of RGB (Red+Green+Blue) = 134+39+127=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86277F is #79D880. Grayscale: #4D4D4D. Windows color (decimal): -7985281 or 8333190. OLE color: 8333190.
HSL color Cylindrical-coordinate representation of color #86277F: hue angle of 304.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 #86277F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 127 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.47 |
| HSL | 304.42º | 0.55% | 0.34% | - |
| HSV(B) | 304.42º | 0.71% | 0.53% | - |
| XYZ | 14.39 | 8.05 | 20.87 | - |
| YUV | 77.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 127 | 0 | 0.71 | 0.05 | 0.47 | 304.42 | 0.55 | 0.34 |
| Hex | 86 | 27 | 7F | 0 | 47 | 5 | 2F | 130 | 37 | 22 |
| Octal | 206 | 47 | 177 | 0 | 107 | 5 | 57 | 460 | 67 | 42 |
| Binary | 10000110 | 100111 | 1111111 | 0 | 1000111 | 101 | 101111 | 100110000 | 110111 | 100010 |
Color Harmonies of #86277F
Complementary color
Monochromatic Colors of #86277F
Black with #86277F
Text Example
Text Example
White with #86277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86277F; }
p { color: rgb(134,39,127); }
H1.HeaderClassName
{
color: #86277F;
}
.AnyTagClassName
{
color: #86277F;
}
</style>
background-color css
<style>
a { background-color: #86277F; }
a { background-color: rgb(134,39,127); }
div.DivClassName
{
background-color: #86277F;
}
.BgClassName
{
background-color: #86277F;
}
</style>
border-color css
<style>
span { border-color: #86277F; }
span { border-color: rgb(134,39,127); }
td.TdClassName
{
border-color: #86277F;
}
.TagClassName
{
border-color: #86277F;
}
</style>