Shades of Dark Purple #85277E
Tints of Dark Purple #85277E
RGB
CMYK
RGB Variations
Color information
#85277E (or 0x85277E) is known color: Dark Purple. HEX triplet: 85, 27 and 7E. RGB value is (133,39,126). Sum of RGB (Red+Green+Blue) = 133+39+126=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85277E is #7AD881. Grayscale: #4C4C4C. Windows color (decimal): -8050818 or 8267653. OLE color: 8267653.
HSL color Cylindrical-coordinate representation of color #85277E: hue angle of 304.47º 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 #85277E is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 126 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.48 |
| HSL | 304.47º | 0.55% | 0.34% | - |
| HSV(B) | 304.47º | 0.71% | 0.52% | - |
| XYZ | 14.16 | 7.94 | 20.53 | - |
| YUV | 77.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 126 | 0 | 0.71 | 0.05 | 0.48 | 304.47 | 0.55 | 0.34 |
| Hex | 85 | 27 | 7E | 0 | 47 | 5 | 30 | 130 | 37 | 22 |
| Octal | 205 | 47 | 176 | 0 | 107 | 5 | 60 | 460 | 67 | 42 |
| Binary | 10000101 | 100111 | 1111110 | 0 | 1000111 | 101 | 110000 | 100110000 | 110111 | 100010 |
Color Harmonies of #85277E
Complementary color
Monochromatic Colors of #85277E
Black with #85277E
Text Example
Text Example
White with #85277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85277E; }
p { color: rgb(133,39,126); }
H1.HeaderClassName
{
color: #85277E;
}
.AnyTagClassName
{
color: #85277E;
}
</style>
background-color css
<style>
a { background-color: #85277E; }
a { background-color: rgb(133,39,126); }
div.DivClassName
{
background-color: #85277E;
}
.BgClassName
{
background-color: #85277E;
}
</style>
border-color css
<style>
span { border-color: #85277E; }
span { border-color: rgb(133,39,126); }
td.TdClassName
{
border-color: #85277E;
}
.TagClassName
{
border-color: #85277E;
}
</style>