Shades of Dark Purple #85306C
Tints of Dark Purple #85306C
RGB
CMYK
RGB Variations
Color information
#85306C (or 0x85306C) is known color: Dark Purple. HEX triplet: 85, 30 and 6C. RGB value is (133,48,108). Sum of RGB (Red+Green+Blue) = 133+48+108=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85306C is #7ACF93. Grayscale: #505050. Windows color (decimal): -8048532 or 7090309. OLE color: 7090309.
HSL color Cylindrical-coordinate representation of color #85306C: hue angle of 317.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 #85306C is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 108 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.48 |
| HSL | 317.65º | 0.47% | 0.35% | - |
| HSV(B) | 317.65º | 0.64% | 0.52% | - |
| XYZ | 13.44 | 8.18 | 15.06 | - |
| YUV | 80.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 108 | 0 | 0.64 | 0.19 | 0.48 | 317.65 | 0.47 | 0.35 |
| Hex | 85 | 30 | 6C | 0 | 40 | 13 | 30 | 13E | 2F | 23 |
| Octal | 205 | 60 | 154 | 0 | 100 | 23 | 60 | 476 | 57 | 43 |
| Binary | 10000101 | 110000 | 1101100 | 0 | 1000000 | 10011 | 110000 | 100111110 | 101111 | 100011 |
Color Harmonies of #85306C
Complementary color
Monochromatic Colors of #85306C
Black with #85306C
Text Example
Text Example
White with #85306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85306C; }
p { color: rgb(133,48,108); }
H1.HeaderClassName
{
color: #85306C;
}
.AnyTagClassName
{
color: #85306C;
}
</style>
background-color css
<style>
a { background-color: #85306C; }
a { background-color: rgb(133,48,108); }
div.DivClassName
{
background-color: #85306C;
}
.BgClassName
{
background-color: #85306C;
}
</style>
border-color css
<style>
span { border-color: #85306C; }
span { border-color: rgb(133,48,108); }
td.TdClassName
{
border-color: #85306C;
}
.TagClassName
{
border-color: #85306C;
}
</style>