Shades of Dark Purple #85326C
Tints of Dark Purple #85326C
RGB
CMYK
RGB Variations
Color information
#85326C (or 0x85326C) is known color: Dark Purple. HEX triplet: 85, 32 and 6C. RGB value is (133,50,108). Sum of RGB (Red+Green+Blue) = 133+50+108=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85326C is #7ACD93. Grayscale: #515151. Windows color (decimal): -8048020 or 7090821. OLE color: 7090821.
HSL color Cylindrical-coordinate representation of color #85326C: hue angle of 318.07º 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 #85326C is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 108 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.48 |
| HSL | 318.07º | 0.45% | 0.36% | - |
| HSV(B) | 318.07º | 0.62% | 0.52% | - |
| XYZ | 13.52 | 8.35 | 15.09 | - |
| YUV | 81.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 108 | 0 | 0.62 | 0.19 | 0.48 | 318.07 | 0.45 | 0.36 |
| Hex | 85 | 32 | 6C | 0 | 3E | 13 | 30 | 13E | 2D | 24 |
| Octal | 205 | 62 | 154 | 0 | 76 | 23 | 60 | 476 | 55 | 44 |
| Binary | 10000101 | 110010 | 1101100 | 0 | 111110 | 10011 | 110000 | 100111110 | 101101 | 100100 |
Color Harmonies of #85326C
Complementary color
Monochromatic Colors of #85326C
Black with #85326C
Text Example
Text Example
White with #85326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85326C; }
p { color: rgb(133,50,108); }
H1.HeaderClassName
{
color: #85326C;
}
.AnyTagClassName
{
color: #85326C;
}
</style>
background-color css
<style>
a { background-color: #85326C; }
a { background-color: rgb(133,50,108); }
div.DivClassName
{
background-color: #85326C;
}
.BgClassName
{
background-color: #85326C;
}
</style>
border-color css
<style>
span { border-color: #85326C; }
span { border-color: rgb(133,50,108); }
td.TdClassName
{
border-color: #85326C;
}
.TagClassName
{
border-color: #85326C;
}
</style>