Shades of Dark Purple #85107B
Tints of Dark Purple #85107B
RGB
CMYK
RGB Variations
Color information
#85107B (or 0x85107B) is known color: Dark Purple. HEX triplet: 85, 10 and 7B. RGB value is (133,16,123). Sum of RGB (Red+Green+Blue) = 133+16+123=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85107B is #7AEF84. Grayscale: #3E3E3E. Windows color (decimal): -8056709 or 8065157. OLE color: 8065157.
HSL color Cylindrical-coordinate representation of color #85107B: hue angle of 305.13º 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 #85107B is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 123 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.48 |
| HSL | 305.13º | 0.79% | 0.29% | - |
| HSV(B) | 305.13º | 0.88% | 0.52% | - |
| XYZ | 13.43 | 6.79 | 19.34 | - |
| YUV | 63.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 123 | 0 | 0.88 | 0.08 | 0.48 | 305.13 | 0.79 | 0.29 |
| Hex | 85 | 10 | 7B | 0 | 58 | 8 | 30 | 131 | 4F | 1D |
| Octal | 205 | 20 | 173 | 0 | 130 | 10 | 60 | 461 | 117 | 35 |
| Binary | 10000101 | 10000 | 1111011 | 0 | 1011000 | 1000 | 110000 | 100110001 | 1001111 | 11101 |
Color Harmonies of #85107B
Complementary color
Monochromatic Colors of #85107B
Black with #85107B
Text Example
Text Example
White with #85107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85107B; }
p { color: rgb(133,16,123); }
H1.HeaderClassName
{
color: #85107B;
}
.AnyTagClassName
{
color: #85107B;
}
</style>
background-color css
<style>
a { background-color: #85107B; }
a { background-color: rgb(133,16,123); }
div.DivClassName
{
background-color: #85107B;
}
.BgClassName
{
background-color: #85107B;
}
</style>
border-color css
<style>
span { border-color: #85107B; }
span { border-color: rgb(133,16,123); }
td.TdClassName
{
border-color: #85107B;
}
.TagClassName
{
border-color: #85107B;
}
</style>