Shades of Dark Purple #850E6C
Tints of Dark Purple #850E6C
RGB
CMYK
RGB Variations
Color information
#850E6C (or 0x850E6C) is known color: Dark Purple. HEX triplet: 85, 0E and 6C. RGB value is (133,14,108). Sum of RGB (Red+Green+Blue) = 133+14+108=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E6C is #7AF193. Grayscale: #3C3C3C. Windows color (decimal): -8057236 or 7081605. OLE color: 7081605.
HSL color Cylindrical-coordinate representation of color #850E6C: hue angle of 312.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E6C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 108 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.48 |
| HSL | 312.61º | 0.81% | 0.29% | - |
| HSV(B) | 312.61º | 0.89% | 0.52% | - |
| XYZ | 12.54 | 6.38 | 14.76 | - |
| YUV | 60.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 108 | 0 | 0.89 | 0.19 | 0.48 | 312.61 | 0.81 | 0.29 |
| Hex | 85 | E | 6C | 0 | 59 | 13 | 30 | 139 | 51 | 1D |
| Octal | 205 | 16 | 154 | 0 | 131 | 23 | 60 | 471 | 121 | 35 |
| Binary | 10000101 | 1110 | 1101100 | 0 | 1011001 | 10011 | 110000 | 100111001 | 1010001 | 11101 |
Color Harmonies of #850E6C
Complementary color
Monochromatic Colors of #850E6C
Black with #850E6C
Text Example
Text Example
White with #850E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E6C; }
p { color: rgb(133,14,108); }
H1.HeaderClassName
{
color: #850E6C;
}
.AnyTagClassName
{
color: #850E6C;
}
</style>
background-color css
<style>
a { background-color: #850E6C; }
a { background-color: rgb(133,14,108); }
div.DivClassName
{
background-color: #850E6C;
}
.BgClassName
{
background-color: #850E6C;
}
</style>
border-color css
<style>
span { border-color: #850E6C; }
span { border-color: rgb(133,14,108); }
td.TdClassName
{
border-color: #850E6C;
}
.TagClassName
{
border-color: #850E6C;
}
</style>