Shades of Dark Purple #85367A
Tints of Dark Purple #85367A
RGB
CMYK
RGB Variations
Color information
#85367A (or 0x85367A) is known color: Dark Purple. HEX triplet: 85, 36 and 7A. RGB value is (133,54,122). Sum of RGB (Red+Green+Blue) = 133+54+122=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85367A is #7AC985. Grayscale: #555555. Windows color (decimal): -8046982 or 8009349. OLE color: 8009349.
HSL color Cylindrical-coordinate representation of color #85367A: hue angle of 308.35º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85367A is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 122 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.48 |
| HSL | 308.35º | 0.42% | 0.37% | - |
| HSV(B) | 308.35º | 0.59% | 0.52% | - |
| XYZ | 14.5 | 9.03 | 19.39 | - |
| YUV | 85.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 122 | 0 | 0.59 | 0.08 | 0.48 | 308.35 | 0.42 | 0.37 |
| Hex | 85 | 36 | 7A | 0 | 3B | 8 | 30 | 134 | 2A | 25 |
| Octal | 205 | 66 | 172 | 0 | 73 | 10 | 60 | 464 | 52 | 45 |
| Binary | 10000101 | 110110 | 1111010 | 0 | 111011 | 1000 | 110000 | 100110100 | 101010 | 100101 |
Color Harmonies of #85367A
Complementary color
Monochromatic Colors of #85367A
Black with #85367A
Text Example
Text Example
White with #85367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85367A; }
p { color: rgb(133,54,122); }
H1.HeaderClassName
{
color: #85367A;
}
.AnyTagClassName
{
color: #85367A;
}
</style>
background-color css
<style>
a { background-color: #85367A; }
a { background-color: rgb(133,54,122); }
div.DivClassName
{
background-color: #85367A;
}
.BgClassName
{
background-color: #85367A;
}
</style>
border-color css
<style>
span { border-color: #85367A; }
span { border-color: rgb(133,54,122); }
td.TdClassName
{
border-color: #85367A;
}
.TagClassName
{
border-color: #85367A;
}
</style>