Shades of Dark Purple #850E6B
Tints of Dark Purple #850E6B
RGB
CMYK
RGB Variations
Color information
#850E6B (or 0x850E6B) is known color: Dark Purple. HEX triplet: 85, 0E and 6B. RGB value is (133,14,107). Sum of RGB (Red+Green+Blue) = 133+14+107=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #850E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E6B is #7AF194. Grayscale: #3B3B3B. Windows color (decimal): -8057237 or 7016069. OLE color: 7016069.
HSL color Cylindrical-coordinate representation of color #850E6B: hue angle of 313.11º 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 #850E6B is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 107 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.48 |
| HSL | 313.11º | 0.81% | 0.29% | - |
| HSV(B) | 313.11º | 0.89% | 0.52% | - |
| XYZ | 12.48 | 6.36 | 14.48 | - |
| YUV | 60.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 107 | 0 | 0.89 | 0.20 | 0.48 | 313.11 | 0.81 | 0.29 |
| Hex | 85 | E | 6B | 0 | 59 | 14 | 30 | 139 | 51 | 1D |
| Octal | 205 | 16 | 153 | 0 | 131 | 24 | 60 | 471 | 121 | 35 |
| Binary | 10000101 | 1110 | 1101011 | 0 | 1011001 | 10100 | 110000 | 100111001 | 1010001 | 11101 |
Color Harmonies of #850E6B
Complementary color
Monochromatic Colors of #850E6B
Black with #850E6B
Text Example
Text Example
White with #850E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E6B; }
p { color: rgb(133,14,107); }
H1.HeaderClassName
{
color: #850E6B;
}
.AnyTagClassName
{
color: #850E6B;
}
</style>
background-color css
<style>
a { background-color: #850E6B; }
a { background-color: rgb(133,14,107); }
div.DivClassName
{
background-color: #850E6B;
}
.BgClassName
{
background-color: #850E6B;
}
</style>
border-color css
<style>
span { border-color: #850E6B; }
span { border-color: rgb(133,14,107); }
td.TdClassName
{
border-color: #850E6B;
}
.TagClassName
{
border-color: #850E6B;
}
</style>