Shades of Dark Purple #85136B
Tints of Dark Purple #85136B
RGB
CMYK
RGB Variations
Color information
#85136B (or 0x85136B) is known color: Dark Purple. HEX triplet: 85, 13 and 6B. RGB value is (133,19,107). Sum of RGB (Red+Green+Blue) = 133+19+107=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85136B is #7AEC94. Grayscale: #3E3E3E. Windows color (decimal): -8055957 or 7017349. OLE color: 7017349.
HSL color Cylindrical-coordinate representation of color #85136B: hue angle of 313.68º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85136B is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 107 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.48 |
| HSL | 313.68º | 0.75% | 0.3% | - |
| HSV(B) | 313.68º | 0.86% | 0.52% | - |
| XYZ | 12.56 | 6.51 | 14.51 | - |
| YUV | 63.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 107 | 0 | 0.86 | 0.20 | 0.48 | 313.68 | 0.75 | 0.3 |
| Hex | 85 | 13 | 6B | 0 | 56 | 14 | 30 | 13A | 4B | 1E |
| Octal | 205 | 23 | 153 | 0 | 126 | 24 | 60 | 472 | 113 | 36 |
| Binary | 10000101 | 10011 | 1101011 | 0 | 1010110 | 10100 | 110000 | 100111010 | 1001011 | 11110 |
Color Harmonies of #85136B
Complementary color
Monochromatic Colors of #85136B
Black with #85136B
Text Example
Text Example
White with #85136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85136B; }
p { color: rgb(133,19,107); }
H1.HeaderClassName
{
color: #85136B;
}
.AnyTagClassName
{
color: #85136B;
}
</style>
background-color css
<style>
a { background-color: #85136B; }
a { background-color: rgb(133,19,107); }
div.DivClassName
{
background-color: #85136B;
}
.BgClassName
{
background-color: #85136B;
}
</style>
border-color css
<style>
span { border-color: #85136B; }
span { border-color: rgb(133,19,107); }
td.TdClassName
{
border-color: #85136B;
}
.TagClassName
{
border-color: #85136B;
}
</style>