Shades of Dark Purple #85397B
Tints of Dark Purple #85397B
RGB
CMYK
RGB Variations
Color information
#85397B (or 0x85397B) is known color: Dark Purple. HEX triplet: 85, 39 and 7B. RGB value is (133,57,123). Sum of RGB (Red+Green+Blue) = 133+57+123=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85397B is #7AC684. Grayscale: #575757. Windows color (decimal): -8046213 or 8075653. OLE color: 8075653.
HSL color Cylindrical-coordinate representation of color #85397B: hue angle of 307.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85397B is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 123 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.48 |
| HSL | 307.89º | 0.4% | 0.37% | - |
| HSV(B) | 307.89º | 0.57% | 0.52% | - |
| XYZ | 14.71 | 9.34 | 19.77 | - |
| YUV | 87.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 123 | 0 | 0.57 | 0.08 | 0.48 | 307.89 | 0.4 | 0.37 |
| Hex | 85 | 39 | 7B | 0 | 39 | 8 | 30 | 134 | 28 | 25 |
| Octal | 205 | 71 | 173 | 0 | 71 | 10 | 60 | 464 | 50 | 45 |
| Binary | 10000101 | 111001 | 1111011 | 0 | 111001 | 1000 | 110000 | 100110100 | 101000 | 100101 |
Color Harmonies of #85397B
Complementary color
Monochromatic Colors of #85397B
Black with #85397B
Text Example
Text Example
White with #85397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85397B; }
p { color: rgb(133,57,123); }
H1.HeaderClassName
{
color: #85397B;
}
.AnyTagClassName
{
color: #85397B;
}
</style>
background-color css
<style>
a { background-color: #85397B; }
a { background-color: rgb(133,57,123); }
div.DivClassName
{
background-color: #85397B;
}
.BgClassName
{
background-color: #85397B;
}
</style>
border-color css
<style>
span { border-color: #85397B; }
span { border-color: rgb(133,57,123); }
td.TdClassName
{
border-color: #85397B;
}
.TagClassName
{
border-color: #85397B;
}
</style>