Shades of Dark Purple #85147A
Tints of Dark Purple #85147A
RGB
CMYK
RGB Variations
Color information
#85147A (or 0x85147A) is known color: Dark Purple. HEX triplet: 85, 14 and 7A. RGB value is (133,20,122). Sum of RGB (Red+Green+Blue) = 133+20+122=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85147A is #7AEB85. Grayscale: #414141. Windows color (decimal): -8055686 or 8000645. OLE color: 8000645.
HSL color Cylindrical-coordinate representation of color #85147A: hue angle of 305.84º 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 #85147A is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 122 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.48 |
| HSL | 305.84º | 0.74% | 0.3% | - |
| HSV(B) | 305.84º | 0.85% | 0.52% | - |
| XYZ | 13.44 | 6.89 | 19.03 | - |
| YUV | 65.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 122 | 0 | 0.85 | 0.08 | 0.48 | 305.84 | 0.74 | 0.3 |
| Hex | 85 | 14 | 7A | 0 | 55 | 8 | 30 | 132 | 4A | 1E |
| Octal | 205 | 24 | 172 | 0 | 125 | 10 | 60 | 462 | 112 | 36 |
| Binary | 10000101 | 10100 | 1111010 | 0 | 1010101 | 1000 | 110000 | 100110010 | 1001010 | 11110 |
Color Harmonies of #85147A
Complementary color
Monochromatic Colors of #85147A
Black with #85147A
Text Example
Text Example
White with #85147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85147A; }
p { color: rgb(133,20,122); }
H1.HeaderClassName
{
color: #85147A;
}
.AnyTagClassName
{
color: #85147A;
}
</style>
background-color css
<style>
a { background-color: #85147A; }
a { background-color: rgb(133,20,122); }
div.DivClassName
{
background-color: #85147A;
}
.BgClassName
{
background-color: #85147A;
}
</style>
border-color css
<style>
span { border-color: #85147A; }
span { border-color: rgb(133,20,122); }
td.TdClassName
{
border-color: #85147A;
}
.TagClassName
{
border-color: #85147A;
}
</style>