Shades of Dark Purple #85267F
Tints of Dark Purple #85267F
RGB
CMYK
RGB Variations
Color information
#85267F (or 0x85267F) is known color: Dark Purple. HEX triplet: 85, 26 and 7F. RGB value is (133,38,127). Sum of RGB (Red+Green+Blue) = 133+38+127=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85267F is #7AD980. Grayscale: #4C4C4C. Windows color (decimal): -8051073 or 8332933. OLE color: 8332933.
HSL color Cylindrical-coordinate representation of color #85267F: hue angle of 303.79º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85267F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 127 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.48 |
| HSL | 303.79º | 0.56% | 0.34% | - |
| HSV(B) | 303.79º | 0.71% | 0.52% | - |
| XYZ | 14.2 | 7.91 | 20.86 | - |
| YUV | 76.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 127 | 0 | 0.71 | 0.05 | 0.48 | 303.79 | 0.56 | 0.34 |
| Hex | 85 | 26 | 7F | 0 | 47 | 5 | 30 | 130 | 38 | 22 |
| Octal | 205 | 46 | 177 | 0 | 107 | 5 | 60 | 460 | 70 | 42 |
| Binary | 10000101 | 100110 | 1111111 | 0 | 1000111 | 101 | 110000 | 100110000 | 111000 | 100010 |
Color Harmonies of #85267F
Complementary color
Monochromatic Colors of #85267F
Black with #85267F
Text Example
Text Example
White with #85267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85267F; }
p { color: rgb(133,38,127); }
H1.HeaderClassName
{
color: #85267F;
}
.AnyTagClassName
{
color: #85267F;
}
</style>
background-color css
<style>
a { background-color: #85267F; }
a { background-color: rgb(133,38,127); }
div.DivClassName
{
background-color: #85267F;
}
.BgClassName
{
background-color: #85267F;
}
</style>
border-color css
<style>
span { border-color: #85267F; }
span { border-color: rgb(133,38,127); }
td.TdClassName
{
border-color: #85267F;
}
.TagClassName
{
border-color: #85267F;
}
</style>