Shades of Dark Purple #85327B
Tints of Dark Purple #85327B
RGB
CMYK
RGB Variations
Color information
#85327B (or 0x85327B) is known color: Dark Purple. HEX triplet: 85, 32 and 7B. RGB value is (133,50,123). Sum of RGB (Red+Green+Blue) = 133+50+123=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85327B is #7ACD84. Grayscale: #525252. Windows color (decimal): -8048005 or 8073861. OLE color: 8073861.
HSL color Cylindrical-coordinate representation of color #85327B: hue angle of 307.23º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85327B is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 123 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.48 |
| HSL | 307.23º | 0.45% | 0.36% | - |
| HSV(B) | 307.23º | 0.62% | 0.52% | - |
| XYZ | 14.39 | 8.7 | 19.66 | - |
| YUV | 83.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 123 | 0 | 0.62 | 0.08 | 0.48 | 307.23 | 0.45 | 0.36 |
| Hex | 85 | 32 | 7B | 0 | 3E | 8 | 30 | 133 | 2D | 24 |
| Octal | 205 | 62 | 173 | 0 | 76 | 10 | 60 | 463 | 55 | 44 |
| Binary | 10000101 | 110010 | 1111011 | 0 | 111110 | 1000 | 110000 | 100110011 | 101101 | 100100 |
Color Harmonies of #85327B
Complementary color
Monochromatic Colors of #85327B
Black with #85327B
Text Example
Text Example
White with #85327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85327B; }
p { color: rgb(133,50,123); }
H1.HeaderClassName
{
color: #85327B;
}
.AnyTagClassName
{
color: #85327B;
}
</style>
background-color css
<style>
a { background-color: #85327B; }
a { background-color: rgb(133,50,123); }
div.DivClassName
{
background-color: #85327B;
}
.BgClassName
{
background-color: #85327B;
}
</style>
border-color css
<style>
span { border-color: #85327B; }
span { border-color: rgb(133,50,123); }
td.TdClassName
{
border-color: #85327B;
}
.TagClassName
{
border-color: #85327B;
}
</style>