Shades of Dark Purple #85147F
Tints of Dark Purple #85147F
RGB
CMYK
RGB Variations
Color information
#85147F (or 0x85147F) is known color: Dark Purple. HEX triplet: 85, 14 and 7F. RGB value is (133,20,127). Sum of RGB (Red+Green+Blue) = 133+20+127=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85147F is #7AEB80. Grayscale: #414141. Windows color (decimal): -8055681 or 8328325. OLE color: 8328325.
HSL color Cylindrical-coordinate representation of color #85147F: hue angle of 303.19º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85147F is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 127 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.48 |
| HSL | 303.19º | 0.74% | 0.3% | - |
| HSV(B) | 303.19º | 0.85% | 0.52% | - |
| XYZ | 13.75 | 7.02 | 20.71 | - |
| YUV | 65.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 127 | 0 | 0.85 | 0.05 | 0.48 | 303.19 | 0.74 | 0.3 |
| Hex | 85 | 14 | 7F | 0 | 55 | 5 | 30 | 12F | 4A | 1E |
| Octal | 205 | 24 | 177 | 0 | 125 | 5 | 60 | 457 | 112 | 36 |
| Binary | 10000101 | 10100 | 1111111 | 0 | 1010101 | 101 | 110000 | 100101111 | 1001010 | 11110 |
Color Harmonies of #85147F
Complementary color
Monochromatic Colors of #85147F
Black with #85147F
Text Example
Text Example
White with #85147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85147F; }
p { color: rgb(133,20,127); }
H1.HeaderClassName
{
color: #85147F;
}
.AnyTagClassName
{
color: #85147F;
}
</style>
background-color css
<style>
a { background-color: #85147F; }
a { background-color: rgb(133,20,127); }
div.DivClassName
{
background-color: #85147F;
}
.BgClassName
{
background-color: #85147F;
}
</style>
border-color css
<style>
span { border-color: #85147F; }
span { border-color: rgb(133,20,127); }
td.TdClassName
{
border-color: #85147F;
}
.TagClassName
{
border-color: #85147F;
}
</style>