Shades of Dark Purple #85127B
Tints of Dark Purple #85127B
RGB
CMYK
RGB Variations
Color information
#85127B (or 0x85127B) is known color: Dark Purple. HEX triplet: 85, 12 and 7B. RGB value is (133,18,123). Sum of RGB (Red+Green+Blue) = 133+18+123=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85127B is #7AED84. Grayscale: #404040. Windows color (decimal): -8056197 or 8065669. OLE color: 8065669.
HSL color Cylindrical-coordinate representation of color #85127B: hue angle of 305.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85127B is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 123 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.48 |
| HSL | 305.22º | 0.76% | 0.3% | - |
| HSV(B) | 305.22º | 0.86% | 0.52% | - |
| XYZ | 13.46 | 6.85 | 19.35 | - |
| YUV | 64.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 123 | 0 | 0.86 | 0.08 | 0.48 | 305.22 | 0.76 | 0.3 |
| Hex | 85 | 12 | 7B | 0 | 56 | 8 | 30 | 131 | 4C | 1E |
| Octal | 205 | 22 | 173 | 0 | 126 | 10 | 60 | 461 | 114 | 36 |
| Binary | 10000101 | 10010 | 1111011 | 0 | 1010110 | 1000 | 110000 | 100110001 | 1001100 | 11110 |
Color Harmonies of #85127B
Complementary color
Monochromatic Colors of #85127B
Black with #85127B
Text Example
Text Example
White with #85127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85127B; }
p { color: rgb(133,18,123); }
H1.HeaderClassName
{
color: #85127B;
}
.AnyTagClassName
{
color: #85127B;
}
</style>
background-color css
<style>
a { background-color: #85127B; }
a { background-color: rgb(133,18,123); }
div.DivClassName
{
background-color: #85127B;
}
.BgClassName
{
background-color: #85127B;
}
</style>
border-color css
<style>
span { border-color: #85127B; }
span { border-color: rgb(133,18,123); }
td.TdClassName
{
border-color: #85127B;
}
.TagClassName
{
border-color: #85127B;
}
</style>