Shades of Dark Purple #85346C
Tints of Dark Purple #85346C
RGB
CMYK
RGB Variations
Color information
#85346C (or 0x85346C) is known color: Dark Purple. HEX triplet: 85, 34 and 6C. RGB value is (133,52,108). Sum of RGB (Red+Green+Blue) = 133+52+108=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346C is #7ACB93. Grayscale: #525252. Windows color (decimal): -8047508 or 7091333. OLE color: 7091333.
HSL color Cylindrical-coordinate representation of color #85346C: hue angle of 318.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85346C is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 108 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.48 |
| HSL | 318.52º | 0.44% | 0.36% | - |
| HSV(B) | 318.52º | 0.61% | 0.52% | - |
| XYZ | 13.61 | 8.53 | 15.12 | - |
| YUV | 82.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 108 | 0 | 0.61 | 0.19 | 0.48 | 318.52 | 0.44 | 0.36 |
| Hex | 85 | 34 | 6C | 0 | 3D | 13 | 30 | 13F | 2C | 24 |
| Octal | 205 | 64 | 154 | 0 | 75 | 23 | 60 | 477 | 54 | 44 |
| Binary | 10000101 | 110100 | 1101100 | 0 | 111101 | 10011 | 110000 | 100111111 | 101100 | 100100 |
Color Harmonies of #85346C
Complementary color
Monochromatic Colors of #85346C
Black with #85346C
Text Example
Text Example
White with #85346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85346C; }
p { color: rgb(133,52,108); }
H1.HeaderClassName
{
color: #85346C;
}
.AnyTagClassName
{
color: #85346C;
}
</style>
background-color css
<style>
a { background-color: #85346C; }
a { background-color: rgb(133,52,108); }
div.DivClassName
{
background-color: #85346C;
}
.BgClassName
{
background-color: #85346C;
}
</style>
border-color css
<style>
span { border-color: #85346C; }
span { border-color: rgb(133,52,108); }
td.TdClassName
{
border-color: #85346C;
}
.TagClassName
{
border-color: #85346C;
}
</style>