Shades of Dark Purple #85346A
Tints of Dark Purple #85346A
RGB
CMYK
RGB Variations
Color information
#85346A (or 0x85346A) is known color: Dark Purple. HEX triplet: 85, 34 and 6A. RGB value is (133,52,106). Sum of RGB (Red+Green+Blue) = 133+52+106=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346A is #7ACB95. Grayscale: #525252. Windows color (decimal): -8047510 or 6960261. OLE color: 6960261.
HSL color Cylindrical-coordinate representation of color #85346A: hue angle of 320º 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 #85346A is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 106 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.48 |
| HSL | 320º | 0.44% | 0.36% | - |
| HSV(B) | 320º | 0.61% | 0.52% | - |
| XYZ | 13.5 | 8.48 | 14.56 | - |
| YUV | 82.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 106 | 0 | 0.61 | 0.20 | 0.48 | 320 | 0.44 | 0.36 |
| Hex | 85 | 34 | 6A | 0 | 3D | 14 | 30 | 140 | 2C | 24 |
| Octal | 205 | 64 | 152 | 0 | 75 | 24 | 60 | 500 | 54 | 44 |
| Binary | 10000101 | 110100 | 1101010 | 0 | 111101 | 10100 | 110000 | 101000000 | 101100 | 100100 |
Color Harmonies of #85346A
Complementary color
Monochromatic Colors of #85346A
Black with #85346A
Text Example
Text Example
White with #85346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85346A; }
p { color: rgb(133,52,106); }
H1.HeaderClassName
{
color: #85346A;
}
.AnyTagClassName
{
color: #85346A;
}
</style>
background-color css
<style>
a { background-color: #85346A; }
a { background-color: rgb(133,52,106); }
div.DivClassName
{
background-color: #85346A;
}
.BgClassName
{
background-color: #85346A;
}
</style>
border-color css
<style>
span { border-color: #85346A; }
span { border-color: rgb(133,52,106); }
td.TdClassName
{
border-color: #85346A;
}
.TagClassName
{
border-color: #85346A;
}
</style>