Shades of Dark Purple #85307C
Tints of Dark Purple #85307C
RGB
CMYK
RGB Variations
Color information
#85307C (or 0x85307C) is known color: Dark Purple. HEX triplet: 85, 30 and 7C. RGB value is (133,48,124). Sum of RGB (Red+Green+Blue) = 133+48+124=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85307C is #7ACF83. Grayscale: #515151. Windows color (decimal): -8048516 or 8138885. OLE color: 8138885.
HSL color Cylindrical-coordinate representation of color #85307C: hue angle of 306.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85307C is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 124 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.48 |
| HSL | 306.35º | 0.47% | 0.35% | - |
| HSV(B) | 306.35º | 0.64% | 0.52% | - |
| XYZ | 14.37 | 8.56 | 19.96 | - |
| YUV | 82.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 124 | 0 | 0.64 | 0.07 | 0.48 | 306.35 | 0.47 | 0.35 |
| Hex | 85 | 30 | 7C | 0 | 40 | 7 | 30 | 132 | 2F | 23 |
| Octal | 205 | 60 | 174 | 0 | 100 | 7 | 60 | 462 | 57 | 43 |
| Binary | 10000101 | 110000 | 1111100 | 0 | 1000000 | 111 | 110000 | 100110010 | 101111 | 100011 |
Color Harmonies of #85307C
Complementary color
Monochromatic Colors of #85307C
Black with #85307C
Text Example
Text Example
White with #85307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85307C; }
p { color: rgb(133,48,124); }
H1.HeaderClassName
{
color: #85307C;
}
.AnyTagClassName
{
color: #85307C;
}
</style>
background-color css
<style>
a { background-color: #85307C; }
a { background-color: rgb(133,48,124); }
div.DivClassName
{
background-color: #85307C;
}
.BgClassName
{
background-color: #85307C;
}
</style>
border-color css
<style>
span { border-color: #85307C; }
span { border-color: rgb(133,48,124); }
td.TdClassName
{
border-color: #85307C;
}
.TagClassName
{
border-color: #85307C;
}
</style>