Shades of Dark Purple #85156F
Tints of Dark Purple #85156F
RGB
CMYK
RGB Variations
Color information
#85156F (or 0x85156F) is known color: Dark Purple. HEX triplet: 85, 15 and 6F. RGB value is (133,21,111). Sum of RGB (Red+Green+Blue) = 133+21+111=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85156F is #7AEA90. Grayscale: #404040. Windows color (decimal): -8055441 or 7280005. OLE color: 7280005.
HSL color Cylindrical-coordinate representation of color #85156F: hue angle of 311.79º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85156F is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 111 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.48 |
| HSL | 311.79º | 0.73% | 0.3% | - |
| HSV(B) | 311.79º | 0.84% | 0.52% | - |
| XYZ | 12.81 | 6.67 | 15.65 | - |
| YUV | 64.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 111 | 0 | 0.84 | 0.17 | 0.48 | 311.79 | 0.73 | 0.3 |
| Hex | 85 | 15 | 6F | 0 | 54 | 11 | 30 | 138 | 49 | 1E |
| Octal | 205 | 25 | 157 | 0 | 124 | 21 | 60 | 470 | 111 | 36 |
| Binary | 10000101 | 10101 | 1101111 | 0 | 1010100 | 10001 | 110000 | 100111000 | 1001001 | 11110 |
Color Harmonies of #85156F
Complementary color
Monochromatic Colors of #85156F
Black with #85156F
Text Example
Text Example
White with #85156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85156F; }
p { color: rgb(133,21,111); }
H1.HeaderClassName
{
color: #85156F;
}
.AnyTagClassName
{
color: #85156F;
}
</style>
background-color css
<style>
a { background-color: #85156F; }
a { background-color: rgb(133,21,111); }
div.DivClassName
{
background-color: #85156F;
}
.BgClassName
{
background-color: #85156F;
}
</style>
border-color css
<style>
span { border-color: #85156F; }
span { border-color: rgb(133,21,111); }
td.TdClassName
{
border-color: #85156F;
}
.TagClassName
{
border-color: #85156F;
}
</style>