Shades of Dark Purple #85256D
Tints of Dark Purple #85256D
RGB
CMYK
RGB Variations
Color information
#85256D (or 0x85256D) is known color: Dark Purple. HEX triplet: 85, 25 and 6D. RGB value is (133,37,109). Sum of RGB (Red+Green+Blue) = 133+37+109=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85256D is #7ADA92. Grayscale: #494949. Windows color (decimal): -8051347 or 7153029. OLE color: 7153029.
HSL color Cylindrical-coordinate representation of color #85256D: hue angle of 315º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85256D is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 109 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.48 |
| HSL | 315º | 0.56% | 0.33% | - |
| HSV(B) | 315º | 0.72% | 0.52% | - |
| XYZ | 13.09 | 7.41 | 15.21 | - |
| YUV | 73.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 109 | 0 | 0.72 | 0.18 | 0.48 | 315 | 0.56 | 0.33 |
| Hex | 85 | 25 | 6D | 0 | 48 | 12 | 30 | 13B | 38 | 21 |
| Octal | 205 | 45 | 155 | 0 | 110 | 22 | 60 | 473 | 70 | 41 |
| Binary | 10000101 | 100101 | 1101101 | 0 | 1001000 | 10010 | 110000 | 100111011 | 111000 | 100001 |
Color Harmonies of #85256D
Complementary color
Monochromatic Colors of #85256D
Black with #85256D
Text Example
Text Example
White with #85256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85256D; }
p { color: rgb(133,37,109); }
H1.HeaderClassName
{
color: #85256D;
}
.AnyTagClassName
{
color: #85256D;
}
</style>
background-color css
<style>
a { background-color: #85256D; }
a { background-color: rgb(133,37,109); }
div.DivClassName
{
background-color: #85256D;
}
.BgClassName
{
background-color: #85256D;
}
</style>
border-color css
<style>
span { border-color: #85256D; }
span { border-color: rgb(133,37,109); }
td.TdClassName
{
border-color: #85256D;
}
.TagClassName
{
border-color: #85256D;
}
</style>