Shades of Dark Purple #85376C
Tints of Dark Purple #85376C
RGB
CMYK
RGB Variations
Color information
#85376C (or 0x85376C) is known color: Dark Purple. HEX triplet: 85, 37 and 6C. RGB value is (133,55,108). Sum of RGB (Red+Green+Blue) = 133+55+108=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85376C is #7AC893. Grayscale: #545454. Windows color (decimal): -8046740 or 7092101. OLE color: 7092101.
HSL color Cylindrical-coordinate representation of color #85376C: hue angle of 319.23º 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 #85376C is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 108 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.48 |
| HSL | 319.23º | 0.41% | 0.37% | - |
| HSV(B) | 319.23º | 0.59% | 0.52% | - |
| XYZ | 13.75 | 8.8 | 15.16 | - |
| YUV | 84.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 108 | 0 | 0.59 | 0.19 | 0.48 | 319.23 | 0.41 | 0.37 |
| Hex | 85 | 37 | 6C | 0 | 3B | 13 | 30 | 13F | 29 | 25 |
| Octal | 205 | 67 | 154 | 0 | 73 | 23 | 60 | 477 | 51 | 45 |
| Binary | 10000101 | 110111 | 1101100 | 0 | 111011 | 10011 | 110000 | 100111111 | 101001 | 100101 |
Color Harmonies of #85376C
Complementary color
Monochromatic Colors of #85376C
Black with #85376C
Text Example
Text Example
White with #85376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85376C; }
p { color: rgb(133,55,108); }
H1.HeaderClassName
{
color: #85376C;
}
.AnyTagClassName
{
color: #85376C;
}
</style>
background-color css
<style>
a { background-color: #85376C; }
a { background-color: rgb(133,55,108); }
div.DivClassName
{
background-color: #85376C;
}
.BgClassName
{
background-color: #85376C;
}
</style>
border-color css
<style>
span { border-color: #85376C; }
span { border-color: rgb(133,55,108); }
td.TdClassName
{
border-color: #85376C;
}
.TagClassName
{
border-color: #85376C;
}
</style>