Shades of Dark Purple #85277D
Tints of Dark Purple #85277D
RGB
CMYK
RGB Variations
Color information
#85277D (or 0x85277D) is known color: Dark Purple. HEX triplet: 85, 27 and 7D. RGB value is (133,39,125). Sum of RGB (Red+Green+Blue) = 133+39+125=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85277D is #7AD882. Grayscale: #4C4C4C. Windows color (decimal): -8050819 or 8202117. OLE color: 8202117.
HSL color Cylindrical-coordinate representation of color #85277D: hue angle of 305.11º 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 #85277D is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 125 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.48 |
| HSL | 305.11º | 0.55% | 0.34% | - |
| HSV(B) | 305.11º | 0.71% | 0.52% | - |
| XYZ | 14.1 | 7.92 | 20.19 | - |
| YUV | 76.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 125 | 0 | 0.71 | 0.06 | 0.48 | 305.11 | 0.55 | 0.34 |
| Hex | 85 | 27 | 7D | 0 | 47 | 6 | 30 | 131 | 37 | 22 |
| Octal | 205 | 47 | 175 | 0 | 107 | 6 | 60 | 461 | 67 | 42 |
| Binary | 10000101 | 100111 | 1111101 | 0 | 1000111 | 110 | 110000 | 100110001 | 110111 | 100010 |
Color Harmonies of #85277D
Complementary color
Monochromatic Colors of #85277D
Black with #85277D
Text Example
Text Example
White with #85277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85277D; }
p { color: rgb(133,39,125); }
H1.HeaderClassName
{
color: #85277D;
}
.AnyTagClassName
{
color: #85277D;
}
</style>
background-color css
<style>
a { background-color: #85277D; }
a { background-color: rgb(133,39,125); }
div.DivClassName
{
background-color: #85277D;
}
.BgClassName
{
background-color: #85277D;
}
</style>
border-color css
<style>
span { border-color: #85277D; }
span { border-color: rgb(133,39,125); }
td.TdClassName
{
border-color: #85277D;
}
.TagClassName
{
border-color: #85277D;
}
</style>