Shades of Dark Purple #85377D
Tints of Dark Purple #85377D
RGB
CMYK
RGB Variations
Color information
#85377D (or 0x85377D) is known color: Dark Purple. HEX triplet: 85, 37 and 7D. RGB value is (133,55,125). Sum of RGB (Red+Green+Blue) = 133+55+125=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85377D is #7AC882. Grayscale: #565656. Windows color (decimal): -8046723 or 8206213. OLE color: 8206213.
HSL color Cylindrical-coordinate representation of color #85377D: hue angle of 306.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85377D is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 125 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.48 |
| HSL | 306.15º | 0.41% | 0.37% | - |
| HSV(B) | 306.15º | 0.59% | 0.52% | - |
| XYZ | 14.74 | 9.2 | 20.4 | - |
| YUV | 86.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 125 | 0 | 0.59 | 0.06 | 0.48 | 306.15 | 0.41 | 0.37 |
| Hex | 85 | 37 | 7D | 0 | 3B | 6 | 30 | 132 | 29 | 25 |
| Octal | 205 | 67 | 175 | 0 | 73 | 6 | 60 | 462 | 51 | 45 |
| Binary | 10000101 | 110111 | 1111101 | 0 | 111011 | 110 | 110000 | 100110010 | 101001 | 100101 |
Color Harmonies of #85377D
Complementary color
Monochromatic Colors of #85377D
Black with #85377D
Text Example
Text Example
White with #85377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85377D; }
p { color: rgb(133,55,125); }
H1.HeaderClassName
{
color: #85377D;
}
.AnyTagClassName
{
color: #85377D;
}
</style>
background-color css
<style>
a { background-color: #85377D; }
a { background-color: rgb(133,55,125); }
div.DivClassName
{
background-color: #85377D;
}
.BgClassName
{
background-color: #85377D;
}
</style>
border-color css
<style>
span { border-color: #85377D; }
span { border-color: rgb(133,55,125); }
td.TdClassName
{
border-color: #85377D;
}
.TagClassName
{
border-color: #85377D;
}
</style>