Shades of Dark Purple #85186C
Tints of Dark Purple #85186C
RGB
CMYK
RGB Variations
Color information
#85186C (or 0x85186C) is known color: Dark Purple. HEX triplet: 85, 18 and 6C. RGB value is (133,24,108). Sum of RGB (Red+Green+Blue) = 133+24+108=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85186C is #7AE793. Grayscale: #414141. Windows color (decimal): -8054676 or 7084165. OLE color: 7084165.
HSL color Cylindrical-coordinate representation of color #85186C: hue angle of 313.76º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85186C is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 108 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.48 |
| HSL | 313.76º | 0.69% | 0.31% | - |
| HSV(B) | 313.76º | 0.82% | 0.52% | - |
| XYZ | 12.71 | 6.72 | 14.82 | - |
| YUV | 66.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 108 | 0 | 0.82 | 0.19 | 0.48 | 313.76 | 0.69 | 0.31 |
| Hex | 85 | 18 | 6C | 0 | 52 | 13 | 30 | 13A | 45 | 1F |
| Octal | 205 | 30 | 154 | 0 | 122 | 23 | 60 | 472 | 105 | 37 |
| Binary | 10000101 | 11000 | 1101100 | 0 | 1010010 | 10011 | 110000 | 100111010 | 1000101 | 11111 |
Color Harmonies of #85186C
Complementary color
Monochromatic Colors of #85186C
Black with #85186C
Text Example
Text Example
White with #85186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85186C; }
p { color: rgb(133,24,108); }
H1.HeaderClassName
{
color: #85186C;
}
.AnyTagClassName
{
color: #85186C;
}
</style>
background-color css
<style>
a { background-color: #85186C; }
a { background-color: rgb(133,24,108); }
div.DivClassName
{
background-color: #85186C;
}
.BgClassName
{
background-color: #85186C;
}
</style>
border-color css
<style>
span { border-color: #85186C; }
span { border-color: rgb(133,24,108); }
td.TdClassName
{
border-color: #85186C;
}
.TagClassName
{
border-color: #85186C;
}
</style>