Shades of Dark Purple #85307D
Tints of Dark Purple #85307D
RGB
CMYK
RGB Variations
Color information
#85307D (or 0x85307D) is known color: Dark Purple. HEX triplet: 85, 30 and 7D. RGB value is (133,48,125). Sum of RGB (Red+Green+Blue) = 133+48+125=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85307D is #7ACF82. Grayscale: #515151. Windows color (decimal): -8048515 or 8204421. OLE color: 8204421.
HSL color Cylindrical-coordinate representation of color #85307D: hue angle of 305.65º 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 #85307D is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 125 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.48 |
| HSL | 305.65º | 0.47% | 0.35% | - |
| HSV(B) | 305.65º | 0.64% | 0.52% | - |
| XYZ | 14.43 | 8.58 | 20.3 | - |
| YUV | 82.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 125 | 0 | 0.64 | 0.06 | 0.48 | 305.65 | 0.47 | 0.35 |
| Hex | 85 | 30 | 7D | 0 | 40 | 6 | 30 | 132 | 2F | 23 |
| Octal | 205 | 60 | 175 | 0 | 100 | 6 | 60 | 462 | 57 | 43 |
| Binary | 10000101 | 110000 | 1111101 | 0 | 1000000 | 110 | 110000 | 100110010 | 101111 | 100011 |
Color Harmonies of #85307D
Complementary color
Monochromatic Colors of #85307D
Black with #85307D
Text Example
Text Example
White with #85307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85307D; }
p { color: rgb(133,48,125); }
H1.HeaderClassName
{
color: #85307D;
}
.AnyTagClassName
{
color: #85307D;
}
</style>
background-color css
<style>
a { background-color: #85307D; }
a { background-color: rgb(133,48,125); }
div.DivClassName
{
background-color: #85307D;
}
.BgClassName
{
background-color: #85307D;
}
</style>
border-color css
<style>
span { border-color: #85307D; }
span { border-color: rgb(133,48,125); }
td.TdClassName
{
border-color: #85307D;
}
.TagClassName
{
border-color: #85307D;
}
</style>