Shades of Dark Purple #850A6D
Tints of Dark Purple #850A6D
RGB
CMYK
RGB Variations
Color information
#850A6D (or 0x850A6D) is known color: Dark Purple. HEX triplet: 85, 0A and 6D. RGB value is (133,10,109). Sum of RGB (Red+Green+Blue) = 133+10+109=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A6D is #7AF592. Grayscale: #393939. Windows color (decimal): -8058259 or 7146117. OLE color: 7146117.
HSL color Cylindrical-coordinate representation of color #850A6D: hue angle of 311.71º 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 #850A6D is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 109 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.48 |
| HSL | 311.71º | 0.86% | 0.28% | - |
| HSV(B) | 311.71º | 0.92% | 0.52% | - |
| XYZ | 12.54 | 6.31 | 15.02 | - |
| YUV | 58.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 109 | 0 | 0.92 | 0.18 | 0.48 | 311.71 | 0.86 | 0.28 |
| Hex | 85 | A | 6D | 0 | 5C | 12 | 30 | 138 | 56 | 1C |
| Octal | 205 | 12 | 155 | 0 | 134 | 22 | 60 | 470 | 126 | 34 |
| Binary | 10000101 | 1010 | 1101101 | 0 | 1011100 | 10010 | 110000 | 100111000 | 1010110 | 11100 |
Color Harmonies of #850A6D
Complementary color
Monochromatic Colors of #850A6D
Black with #850A6D
Text Example
Text Example
White with #850A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A6D; }
p { color: rgb(133,10,109); }
H1.HeaderClassName
{
color: #850A6D;
}
.AnyTagClassName
{
color: #850A6D;
}
</style>
background-color css
<style>
a { background-color: #850A6D; }
a { background-color: rgb(133,10,109); }
div.DivClassName
{
background-color: #850A6D;
}
.BgClassName
{
background-color: #850A6D;
}
</style>
border-color css
<style>
span { border-color: #850A6D; }
span { border-color: rgb(133,10,109); }
td.TdClassName
{
border-color: #850A6D;
}
.TagClassName
{
border-color: #850A6D;
}
</style>