Shades of Dark Purple #85256B
Tints of Dark Purple #85256B
RGB
CMYK
RGB Variations
Color information
#85256B (or 0x85256B) is known color: Dark Purple. HEX triplet: 85, 25 and 6B. RGB value is (133,37,107). Sum of RGB (Red+Green+Blue) = 133+37+107=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85256B is #7ADA94. Grayscale: #494949. Windows color (decimal): -8051349 or 7021957. OLE color: 7021957.
HSL color Cylindrical-coordinate representation of color #85256B: hue angle of 316.25º 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 #85256B is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 107 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.48 |
| HSL | 316.25º | 0.56% | 0.33% | - |
| HSV(B) | 316.25º | 0.72% | 0.52% | - |
| XYZ | 12.99 | 7.37 | 14.65 | - |
| YUV | 73.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 107 | 0 | 0.72 | 0.20 | 0.48 | 316.25 | 0.56 | 0.33 |
| Hex | 85 | 25 | 6B | 0 | 48 | 14 | 30 | 13C | 38 | 21 |
| Octal | 205 | 45 | 153 | 0 | 110 | 24 | 60 | 474 | 70 | 41 |
| Binary | 10000101 | 100101 | 1101011 | 0 | 1001000 | 10100 | 110000 | 100111100 | 111000 | 100001 |
Color Harmonies of #85256B
Complementary color
Monochromatic Colors of #85256B
Black with #85256B
Text Example
Text Example
White with #85256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85256B; }
p { color: rgb(133,37,107); }
H1.HeaderClassName
{
color: #85256B;
}
.AnyTagClassName
{
color: #85256B;
}
</style>
background-color css
<style>
a { background-color: #85256B; }
a { background-color: rgb(133,37,107); }
div.DivClassName
{
background-color: #85256B;
}
.BgClassName
{
background-color: #85256B;
}
</style>
border-color css
<style>
span { border-color: #85256B; }
span { border-color: rgb(133,37,107); }
td.TdClassName
{
border-color: #85256B;
}
.TagClassName
{
border-color: #85256B;
}
</style>