Shades of Dark Purple #85156B
Tints of Dark Purple #85156B
RGB
CMYK
RGB Variations
Color information
#85156B (or 0x85156B) is known color: Dark Purple. HEX triplet: 85, 15 and 6B. RGB value is (133,21,107). Sum of RGB (Red+Green+Blue) = 133+21+107=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85156B is #7AEA94. Grayscale: #404040. Windows color (decimal): -8055445 or 7017861. OLE color: 7017861.
HSL color Cylindrical-coordinate representation of color #85156B: hue angle of 313.93º 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 #85156B is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 107 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.48 |
| HSL | 313.93º | 0.73% | 0.3% | - |
| HSV(B) | 313.93º | 0.84% | 0.52% | - |
| XYZ | 12.59 | 6.58 | 14.52 | - |
| YUV | 64.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 107 | 0 | 0.84 | 0.20 | 0.48 | 313.93 | 0.73 | 0.3 |
| Hex | 85 | 15 | 6B | 0 | 54 | 14 | 30 | 13A | 49 | 1E |
| Octal | 205 | 25 | 153 | 0 | 124 | 24 | 60 | 472 | 111 | 36 |
| Binary | 10000101 | 10101 | 1101011 | 0 | 1010100 | 10100 | 110000 | 100111010 | 1001001 | 11110 |
Color Harmonies of #85156B
Complementary color
Monochromatic Colors of #85156B
Black with #85156B
Text Example
Text Example
White with #85156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85156B; }
p { color: rgb(133,21,107); }
H1.HeaderClassName
{
color: #85156B;
}
.AnyTagClassName
{
color: #85156B;
}
</style>
background-color css
<style>
a { background-color: #85156B; }
a { background-color: rgb(133,21,107); }
div.DivClassName
{
background-color: #85156B;
}
.BgClassName
{
background-color: #85156B;
}
</style>
border-color css
<style>
span { border-color: #85156B; }
span { border-color: rgb(133,21,107); }
td.TdClassName
{
border-color: #85156B;
}
.TagClassName
{
border-color: #85156B;
}
</style>