Shades of Dark Purple #86377B
Tints of Dark Purple #86377B
RGB
CMYK
RGB Variations
Color information
#86377B (or 0x86377B) is known color: Dark Purple. HEX triplet: 86, 37 and 7B. RGB value is (134,55,123). Sum of RGB (Red+Green+Blue) = 134+55+123=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86377B is #79C884. Grayscale: #565656. Windows color (decimal): -7981189 or 8075142. OLE color: 8075142.
HSL color Cylindrical-coordinate representation of color #86377B: hue angle of 308.35º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86377B is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 123 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.47 |
| HSL | 308.35º | 0.42% | 0.37% | - |
| HSV(B) | 308.35º | 0.59% | 0.53% | - |
| XYZ | 14.77 | 9.23 | 19.74 | - |
| YUV | 86.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 123 | 0 | 0.59 | 0.08 | 0.47 | 308.35 | 0.42 | 0.37 |
| Hex | 86 | 37 | 7B | 0 | 3B | 8 | 2F | 134 | 2A | 25 |
| Octal | 206 | 67 | 173 | 0 | 73 | 10 | 57 | 464 | 52 | 45 |
| Binary | 10000110 | 110111 | 1111011 | 0 | 111011 | 1000 | 101111 | 100110100 | 101010 | 100101 |
Color Harmonies of #86377B
Complementary color
Monochromatic Colors of #86377B
Black with #86377B
Text Example
Text Example
White with #86377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86377B; }
p { color: rgb(134,55,123); }
H1.HeaderClassName
{
color: #86377B;
}
.AnyTagClassName
{
color: #86377B;
}
</style>
background-color css
<style>
a { background-color: #86377B; }
a { background-color: rgb(134,55,123); }
div.DivClassName
{
background-color: #86377B;
}
.BgClassName
{
background-color: #86377B;
}
</style>
border-color css
<style>
span { border-color: #86377B; }
span { border-color: rgb(134,55,123); }
td.TdClassName
{
border-color: #86377B;
}
.TagClassName
{
border-color: #86377B;
}
</style>