Shades of Dark Purple #86107B
Tints of Dark Purple #86107B
RGB
CMYK
RGB Variations
Color information
#86107B (or 0x86107B) is known color: Dark Purple. HEX triplet: 86, 10 and 7B. RGB value is (134,16,123). Sum of RGB (Red+Green+Blue) = 134+16+123=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86107B is #79EF84. Grayscale: #3F3F3F. Windows color (decimal): -7991173 or 8065158. OLE color: 8065158.
HSL color Cylindrical-coordinate representation of color #86107B: hue angle of 305.59º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86107B is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 123 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.47 |
| HSL | 305.59º | 0.79% | 0.29% | - |
| HSV(B) | 305.59º | 0.88% | 0.53% | - |
| XYZ | 13.59 | 6.87 | 19.35 | - |
| YUV | 63.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 123 | 0 | 0.88 | 0.08 | 0.47 | 305.59 | 0.79 | 0.29 |
| Hex | 86 | 10 | 7B | 0 | 58 | 8 | 2F | 132 | 4F | 1D |
| Octal | 206 | 20 | 173 | 0 | 130 | 10 | 57 | 462 | 117 | 35 |
| Binary | 10000110 | 10000 | 1111011 | 0 | 1011000 | 1000 | 101111 | 100110010 | 1001111 | 11101 |
Color Harmonies of #86107B
Complementary color
Monochromatic Colors of #86107B
Black with #86107B
Text Example
Text Example
White with #86107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86107B; }
p { color: rgb(134,16,123); }
H1.HeaderClassName
{
color: #86107B;
}
.AnyTagClassName
{
color: #86107B;
}
</style>
background-color css
<style>
a { background-color: #86107B; }
a { background-color: rgb(134,16,123); }
div.DivClassName
{
background-color: #86107B;
}
.BgClassName
{
background-color: #86107B;
}
</style>
border-color css
<style>
span { border-color: #86107B; }
span { border-color: rgb(134,16,123); }
td.TdClassName
{
border-color: #86107B;
}
.TagClassName
{
border-color: #86107B;
}
</style>