Shades of Dark Purple #850A6E
Tints of Dark Purple #850A6E
RGB
CMYK
RGB Variations
Color information
#850A6E (or 0x850A6E) is known color: Dark Purple. HEX triplet: 85, 0A and 6E. RGB value is (133,10,110). Sum of RGB (Red+Green+Blue) = 133+10+110=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A6E is #7AF591. Grayscale: #393939. Windows color (decimal): -8058258 or 7211653. OLE color: 7211653.
HSL color Cylindrical-coordinate representation of color #850A6E: hue angle of 311.22º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A6E is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 110 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.48 |
| HSL | 311.22º | 0.86% | 0.28% | - |
| HSV(B) | 311.22º | 0.92% | 0.52% | - |
| XYZ | 12.6 | 6.33 | 15.31 | - |
| YUV | 58.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 110 | 0 | 0.92 | 0.17 | 0.48 | 311.22 | 0.86 | 0.28 |
| Hex | 85 | A | 6E | 0 | 5C | 11 | 30 | 137 | 56 | 1C |
| Octal | 205 | 12 | 156 | 0 | 134 | 21 | 60 | 467 | 126 | 34 |
| Binary | 10000101 | 1010 | 1101110 | 0 | 1011100 | 10001 | 110000 | 100110111 | 1010110 | 11100 |
Color Harmonies of #850A6E
Complementary color
Monochromatic Colors of #850A6E
Black with #850A6E
Text Example
Text Example
White with #850A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A6E; }
p { color: rgb(133,10,110); }
H1.HeaderClassName
{
color: #850A6E;
}
.AnyTagClassName
{
color: #850A6E;
}
</style>
background-color css
<style>
a { background-color: #850A6E; }
a { background-color: rgb(133,10,110); }
div.DivClassName
{
background-color: #850A6E;
}
.BgClassName
{
background-color: #850A6E;
}
</style>
border-color css
<style>
span { border-color: #850A6E; }
span { border-color: rgb(133,10,110); }
td.TdClassName
{
border-color: #850A6E;
}
.TagClassName
{
border-color: #850A6E;
}
</style>