Shades of Dark Purple #85267B
Tints of Dark Purple #85267B
RGB
CMYK
RGB Variations
Color information
#85267B (or 0x85267B) is known color: Dark Purple. HEX triplet: 85, 26 and 7B. RGB value is (133,38,123). Sum of RGB (Red+Green+Blue) = 133+38+123=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85267B is #7AD984. Grayscale: #4B4B4B. Windows color (decimal): -8051077 or 8070789. OLE color: 8070789.
HSL color Cylindrical-coordinate representation of color #85267B: hue angle of 306.32º 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 #85267B is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 123 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.48 |
| HSL | 306.32º | 0.56% | 0.34% | - |
| HSV(B) | 306.32º | 0.71% | 0.52% | - |
| XYZ | 13.94 | 7.8 | 19.51 | - |
| YUV | 76.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 123 | 0 | 0.71 | 0.08 | 0.48 | 306.32 | 0.56 | 0.34 |
| Hex | 85 | 26 | 7B | 0 | 47 | 8 | 30 | 132 | 38 | 22 |
| Octal | 205 | 46 | 173 | 0 | 107 | 10 | 60 | 462 | 70 | 42 |
| Binary | 10000101 | 100110 | 1111011 | 0 | 1000111 | 1000 | 110000 | 100110010 | 111000 | 100010 |
Color Harmonies of #85267B
Complementary color
Monochromatic Colors of #85267B
Black with #85267B
Text Example
Text Example
White with #85267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85267B; }
p { color: rgb(133,38,123); }
H1.HeaderClassName
{
color: #85267B;
}
.AnyTagClassName
{
color: #85267B;
}
</style>
background-color css
<style>
a { background-color: #85267B; }
a { background-color: rgb(133,38,123); }
div.DivClassName
{
background-color: #85267B;
}
.BgClassName
{
background-color: #85267B;
}
</style>
border-color css
<style>
span { border-color: #85267B; }
span { border-color: rgb(133,38,123); }
td.TdClassName
{
border-color: #85267B;
}
.TagClassName
{
border-color: #85267B;
}
</style>