Shades of Dark Purple #80185E
Tints of Dark Purple #80185E
RGB
CMYK
RGB Variations
Color information
#80185E (or 0x80185E) is known color: Dark Purple. HEX triplet: 80, 18 and 5E. RGB value is (128,24,94). Sum of RGB (Red+Green+Blue) = 128+24+94=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #80185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80185E is #7FE7A1. Grayscale: #3E3E3E. Windows color (decimal): -8382370 or 6166656. OLE color: 6166656.
HSL color Cylindrical-coordinate representation of color #80185E: hue angle of 319.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80185E is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 94 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.50 |
| HSL | 319.62º | 0.68% | 0.3% | - |
| HSV(B) | 319.62º | 0.81% | 0.5% | - |
| XYZ | 11.25 | 6.05 | 11.16 | - |
| YUV | 63.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 94 | 0 | 0.81 | 0.27 | 0.50 | 319.62 | 0.68 | 0.3 |
| Hex | 80 | 18 | 5E | 0 | 51 | 1B | 32 | 140 | 44 | 1E |
| Octal | 200 | 30 | 136 | 0 | 121 | 33 | 62 | 500 | 104 | 36 |
| Binary | 10000000 | 11000 | 1011110 | 0 | 1010001 | 11011 | 110010 | 101000000 | 1000100 | 11110 |
Color Harmonies of #80185E
Complementary color
Monochromatic Colors of #80185E
Black with #80185E
Text Example
Text Example
White with #80185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80185E; }
p { color: rgb(128,24,94); }
H1.HeaderClassName
{
color: #80185E;
}
.AnyTagClassName
{
color: #80185E;
}
</style>
background-color css
<style>
a { background-color: #80185E; }
a { background-color: rgb(128,24,94); }
div.DivClassName
{
background-color: #80185E;
}
.BgClassName
{
background-color: #80185E;
}
</style>
border-color css
<style>
span { border-color: #80185E; }
span { border-color: rgb(128,24,94); }
td.TdClassName
{
border-color: #80185E;
}
.TagClassName
{
border-color: #80185E;
}
</style>