Shades of Dark Purple #85277B
Tints of Dark Purple #85277B
RGB
CMYK
RGB Variations
Color information
#85277B (or 0x85277B) is known color: Dark Purple. HEX triplet: 85, 27 and 7B. RGB value is (133,39,123). Sum of RGB (Red+Green+Blue) = 133+39+123=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85277B is #7AD884. Grayscale: #4C4C4C. Windows color (decimal): -8050821 or 8071045. OLE color: 8071045.
HSL color Cylindrical-coordinate representation of color #85277B: hue angle of 306.38º 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 #85277B is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 123 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.48 |
| HSL | 306.38º | 0.55% | 0.34% | - |
| HSV(B) | 306.38º | 0.71% | 0.52% | - |
| XYZ | 13.97 | 7.87 | 19.52 | - |
| YUV | 76.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 123 | 0 | 0.71 | 0.08 | 0.48 | 306.38 | 0.55 | 0.34 |
| Hex | 85 | 27 | 7B | 0 | 47 | 8 | 30 | 132 | 37 | 22 |
| Octal | 205 | 47 | 173 | 0 | 107 | 10 | 60 | 462 | 67 | 42 |
| Binary | 10000101 | 100111 | 1111011 | 0 | 1000111 | 1000 | 110000 | 100110010 | 110111 | 100010 |
Color Harmonies of #85277B
Complementary color
Monochromatic Colors of #85277B
Black with #85277B
Text Example
Text Example
White with #85277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85277B; }
p { color: rgb(133,39,123); }
H1.HeaderClassName
{
color: #85277B;
}
.AnyTagClassName
{
color: #85277B;
}
</style>
background-color css
<style>
a { background-color: #85277B; }
a { background-color: rgb(133,39,123); }
div.DivClassName
{
background-color: #85277B;
}
.BgClassName
{
background-color: #85277B;
}
</style>
border-color css
<style>
span { border-color: #85277B; }
span { border-color: rgb(133,39,123); }
td.TdClassName
{
border-color: #85277B;
}
.TagClassName
{
border-color: #85277B;
}
</style>