Shades of Dark Purple #85147B
Tints of Dark Purple #85147B
RGB
CMYK
RGB Variations
Color information
#85147B (or 0x85147B) is known color: Dark Purple. HEX triplet: 85, 14 and 7B. RGB value is (133,20,123). Sum of RGB (Red+Green+Blue) = 133+20+123=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85147B is #7AEB84. Grayscale: #414141. Windows color (decimal): -8055685 or 8066181. OLE color: 8066181.
HSL color Cylindrical-coordinate representation of color #85147B: hue angle of 305.31º 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 #85147B is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 123 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.48 |
| HSL | 305.31º | 0.74% | 0.3% | - |
| HSV(B) | 305.31º | 0.85% | 0.52% | - |
| XYZ | 13.5 | 6.92 | 19.36 | - |
| YUV | 65.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 123 | 0 | 0.85 | 0.08 | 0.48 | 305.31 | 0.74 | 0.3 |
| Hex | 85 | 14 | 7B | 0 | 55 | 8 | 30 | 131 | 4A | 1E |
| Octal | 205 | 24 | 173 | 0 | 125 | 10 | 60 | 461 | 112 | 36 |
| Binary | 10000101 | 10100 | 1111011 | 0 | 1010101 | 1000 | 110000 | 100110001 | 1001010 | 11110 |
Color Harmonies of #85147B
Complementary color
Monochromatic Colors of #85147B
Black with #85147B
Text Example
Text Example
White with #85147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85147B; }
p { color: rgb(133,20,123); }
H1.HeaderClassName
{
color: #85147B;
}
.AnyTagClassName
{
color: #85147B;
}
</style>
background-color css
<style>
a { background-color: #85147B; }
a { background-color: rgb(133,20,123); }
div.DivClassName
{
background-color: #85147B;
}
.BgClassName
{
background-color: #85147B;
}
</style>
border-color css
<style>
span { border-color: #85147B; }
span { border-color: rgb(133,20,123); }
td.TdClassName
{
border-color: #85147B;
}
.TagClassName
{
border-color: #85147B;
}
</style>