Shades of Dark Purple #85107D
Tints of Dark Purple #85107D
RGB
CMYK
RGB Variations
Color information
#85107D (or 0x85107D) is known color: Dark Purple. HEX triplet: 85, 10 and 7D. RGB value is (133,16,125). Sum of RGB (Red+Green+Blue) = 133+16+125=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85107D is #7AEF82. Grayscale: #3F3F3F. Windows color (decimal): -8056707 or 8196229. OLE color: 8196229.
HSL color Cylindrical-coordinate representation of color #85107D: hue angle of 304.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85107D is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 125 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.48 |
| HSL | 304.1º | 0.79% | 0.29% | - |
| HSV(B) | 304.1º | 0.88% | 0.52% | - |
| XYZ | 13.56 | 6.84 | 20.01 | - |
| YUV | 63.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 125 | 0 | 0.88 | 0.06 | 0.48 | 304.1 | 0.79 | 0.29 |
| Hex | 85 | 10 | 7D | 0 | 58 | 6 | 30 | 130 | 4F | 1D |
| Octal | 205 | 20 | 175 | 0 | 130 | 6 | 60 | 460 | 117 | 35 |
| Binary | 10000101 | 10000 | 1111101 | 0 | 1011000 | 110 | 110000 | 100110000 | 1001111 | 11101 |
Color Harmonies of #85107D
Complementary color
Monochromatic Colors of #85107D
Black with #85107D
Text Example
Text Example
White with #85107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85107D; }
p { color: rgb(133,16,125); }
H1.HeaderClassName
{
color: #85107D;
}
.AnyTagClassName
{
color: #85107D;
}
</style>
background-color css
<style>
a { background-color: #85107D; }
a { background-color: rgb(133,16,125); }
div.DivClassName
{
background-color: #85107D;
}
.BgClassName
{
background-color: #85107D;
}
</style>
border-color css
<style>
span { border-color: #85107D; }
span { border-color: rgb(133,16,125); }
td.TdClassName
{
border-color: #85107D;
}
.TagClassName
{
border-color: #85107D;
}
</style>