Shades of Dark Purple #85146D
Tints of Dark Purple #85146D
RGB
CMYK
RGB Variations
Color information
#85146D (or 0x85146D) is known color: Dark Purple. HEX triplet: 85, 14 and 6D. RGB value is (133,20,109). Sum of RGB (Red+Green+Blue) = 133+20+109=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85146D is #7AEB92. Grayscale: #3F3F3F. Windows color (decimal): -8055699 or 7148677. OLE color: 7148677.
HSL color Cylindrical-coordinate representation of color #85146D: hue angle of 312.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85146D is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 109 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.48 |
| HSL | 312.74º | 0.74% | 0.3% | - |
| HSV(B) | 312.74º | 0.85% | 0.52% | - |
| XYZ | 12.68 | 6.59 | 15.07 | - |
| YUV | 63.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 109 | 0 | 0.85 | 0.18 | 0.48 | 312.74 | 0.74 | 0.3 |
| Hex | 85 | 14 | 6D | 0 | 55 | 12 | 30 | 139 | 4A | 1E |
| Octal | 205 | 24 | 155 | 0 | 125 | 22 | 60 | 471 | 112 | 36 |
| Binary | 10000101 | 10100 | 1101101 | 0 | 1010101 | 10010 | 110000 | 100111001 | 1001010 | 11110 |
Color Harmonies of #85146D
Complementary color
Monochromatic Colors of #85146D
Black with #85146D
Text Example
Text Example
White with #85146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85146D; }
p { color: rgb(133,20,109); }
H1.HeaderClassName
{
color: #85146D;
}
.AnyTagClassName
{
color: #85146D;
}
</style>
background-color css
<style>
a { background-color: #85146D; }
a { background-color: rgb(133,20,109); }
div.DivClassName
{
background-color: #85146D;
}
.BgClassName
{
background-color: #85146D;
}
</style>
border-color css
<style>
span { border-color: #85146D; }
span { border-color: rgb(133,20,109); }
td.TdClassName
{
border-color: #85146D;
}
.TagClassName
{
border-color: #85146D;
}
</style>