Shades of Dark Purple #80186D
Tints of Dark Purple #80186D
RGB
CMYK
RGB Variations
Color information
#80186D (or 0x80186D) is known color: Dark Purple. HEX triplet: 80, 18 and 6D. RGB value is (128,24,109). Sum of RGB (Red+Green+Blue) = 128+24+109=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80186D is #7FE792. Grayscale: #404040. Windows color (decimal): -8382355 or 7149696. OLE color: 7149696.
HSL color Cylindrical-coordinate representation of color #80186D: hue angle of 310.96º 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 #80186D is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 109 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.50 |
| HSL | 310.96º | 0.68% | 0.3% | - |
| HSV(B) | 310.96º | 0.81% | 0.5% | - |
| XYZ | 11.99 | 6.35 | 15.06 | - |
| YUV | 64.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 109 | 0 | 0.81 | 0.15 | 0.50 | 310.96 | 0.68 | 0.3 |
| Hex | 80 | 18 | 6D | 0 | 51 | F | 32 | 137 | 44 | 1E |
| Octal | 200 | 30 | 155 | 0 | 121 | 17 | 62 | 467 | 104 | 36 |
| Binary | 10000000 | 11000 | 1101101 | 0 | 1010001 | 1111 | 110010 | 100110111 | 1000100 | 11110 |
Color Harmonies of #80186D
Complementary color
Monochromatic Colors of #80186D
Black with #80186D
Text Example
Text Example
White with #80186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80186D; }
p { color: rgb(128,24,109); }
H1.HeaderClassName
{
color: #80186D;
}
.AnyTagClassName
{
color: #80186D;
}
</style>
background-color css
<style>
a { background-color: #80186D; }
a { background-color: rgb(128,24,109); }
div.DivClassName
{
background-color: #80186D;
}
.BgClassName
{
background-color: #80186D;
}
</style>
border-color css
<style>
span { border-color: #80186D; }
span { border-color: rgb(128,24,109); }
td.TdClassName
{
border-color: #80186D;
}
.TagClassName
{
border-color: #80186D;
}
</style>