Shades of Dark Purple #85277F
Tints of Dark Purple #85277F
RGB
CMYK
RGB Variations
Color information
#85277F (or 0x85277F) is known color: Dark Purple. HEX triplet: 85, 27 and 7F. RGB value is (133,39,127). Sum of RGB (Red+Green+Blue) = 133+39+127=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85277F is #7AD880. Grayscale: #4C4C4C. Windows color (decimal): -8050817 or 8333189. OLE color: 8333189.
HSL color Cylindrical-coordinate representation of color #85277F: hue angle of 303.83º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85277F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 127 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.48 |
| HSL | 303.83º | 0.55% | 0.34% | - |
| HSV(B) | 303.83º | 0.71% | 0.52% | - |
| XYZ | 14.23 | 7.97 | 20.87 | - |
| YUV | 77.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 127 | 0 | 0.71 | 0.05 | 0.48 | 303.83 | 0.55 | 0.34 |
| Hex | 85 | 27 | 7F | 0 | 47 | 5 | 30 | 130 | 37 | 22 |
| Octal | 205 | 47 | 177 | 0 | 107 | 5 | 60 | 460 | 67 | 42 |
| Binary | 10000101 | 100111 | 1111111 | 0 | 1000111 | 101 | 110000 | 100110000 | 110111 | 100010 |
Color Harmonies of #85277F
Complementary color
Monochromatic Colors of #85277F
Black with #85277F
Text Example
Text Example
White with #85277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85277F; }
p { color: rgb(133,39,127); }
H1.HeaderClassName
{
color: #85277F;
}
.AnyTagClassName
{
color: #85277F;
}
</style>
background-color css
<style>
a { background-color: #85277F; }
a { background-color: rgb(133,39,127); }
div.DivClassName
{
background-color: #85277F;
}
.BgClassName
{
background-color: #85277F;
}
</style>
border-color css
<style>
span { border-color: #85277F; }
span { border-color: rgb(133,39,127); }
td.TdClassName
{
border-color: #85277F;
}
.TagClassName
{
border-color: #85277F;
}
</style>