Shades of Dark Purple #85266F
Tints of Dark Purple #85266F
RGB
CMYK
RGB Variations
Color information
#85266F (or 0x85266F) is known color: Dark Purple. HEX triplet: 85, 26 and 6F. RGB value is (133,38,111). Sum of RGB (Red+Green+Blue) = 133+38+111=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85266F is #7AD990. Grayscale: #4A4A4A. Windows color (decimal): -8051089 or 7284357. OLE color: 7284357.
HSL color Cylindrical-coordinate representation of color #85266F: hue angle of 313.89º 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 #85266F is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 111 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.48 |
| HSL | 313.89º | 0.56% | 0.34% | - |
| HSV(B) | 313.89º | 0.71% | 0.52% | - |
| XYZ | 13.24 | 7.52 | 15.79 | - |
| YUV | 74.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 111 | 0 | 0.71 | 0.17 | 0.48 | 313.89 | 0.56 | 0.34 |
| Hex | 85 | 26 | 6F | 0 | 47 | 11 | 30 | 13A | 38 | 22 |
| Octal | 205 | 46 | 157 | 0 | 107 | 21 | 60 | 472 | 70 | 42 |
| Binary | 10000101 | 100110 | 1101111 | 0 | 1000111 | 10001 | 110000 | 100111010 | 111000 | 100010 |
Color Harmonies of #85266F
Complementary color
Monochromatic Colors of #85266F
Black with #85266F
Text Example
Text Example
White with #85266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85266F; }
p { color: rgb(133,38,111); }
H1.HeaderClassName
{
color: #85266F;
}
.AnyTagClassName
{
color: #85266F;
}
</style>
background-color css
<style>
a { background-color: #85266F; }
a { background-color: rgb(133,38,111); }
div.DivClassName
{
background-color: #85266F;
}
.BgClassName
{
background-color: #85266F;
}
</style>
border-color css
<style>
span { border-color: #85266F; }
span { border-color: rgb(133,38,111); }
td.TdClassName
{
border-color: #85266F;
}
.TagClassName
{
border-color: #85266F;
}
</style>