Shades of Dark Purple #85317B
Tints of Dark Purple #85317B
RGB
CMYK
RGB Variations
Color information
#85317B (or 0x85317B) is known color: Dark Purple. HEX triplet: 85, 31 and 7B. RGB value is (133,49,123). Sum of RGB (Red+Green+Blue) = 133+49+123=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85317B is #7ACE84. Grayscale: #525252. Windows color (decimal): -8048261 or 8073605. OLE color: 8073605.
HSL color Cylindrical-coordinate representation of color #85317B: hue angle of 307.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85317B is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 123 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.48 |
| HSL | 307.14º | 0.46% | 0.36% | - |
| HSV(B) | 307.14º | 0.63% | 0.52% | - |
| XYZ | 14.35 | 8.61 | 19.65 | - |
| YUV | 82.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 123 | 0 | 0.63 | 0.08 | 0.48 | 307.14 | 0.46 | 0.36 |
| Hex | 85 | 31 | 7B | 0 | 3F | 8 | 30 | 133 | 2E | 24 |
| Octal | 205 | 61 | 173 | 0 | 77 | 10 | 60 | 463 | 56 | 44 |
| Binary | 10000101 | 110001 | 1111011 | 0 | 111111 | 1000 | 110000 | 100110011 | 101110 | 100100 |
Color Harmonies of #85317B
Complementary color
Monochromatic Colors of #85317B
Black with #85317B
Text Example
Text Example
White with #85317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85317B; }
p { color: rgb(133,49,123); }
H1.HeaderClassName
{
color: #85317B;
}
.AnyTagClassName
{
color: #85317B;
}
</style>
background-color css
<style>
a { background-color: #85317B; }
a { background-color: rgb(133,49,123); }
div.DivClassName
{
background-color: #85317B;
}
.BgClassName
{
background-color: #85317B;
}
</style>
border-color css
<style>
span { border-color: #85317B; }
span { border-color: rgb(133,49,123); }
td.TdClassName
{
border-color: #85317B;
}
.TagClassName
{
border-color: #85317B;
}
</style>