Shades of Dark Purple #80187F
Tints of Dark Purple #80187F
RGB
CMYK
RGB Variations
Color information
#80187F (or 0x80187F) is known color: Dark Purple. HEX triplet: 80, 18 and 7F. RGB value is (128,24,127). Sum of RGB (Red+Green+Blue) = 128+24+127=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80187F is #7FE780. Grayscale: #424242. Windows color (decimal): -8382337 or 8329344. OLE color: 8329344.
HSL color Cylindrical-coordinate representation of color #80187F: hue angle of 300.58º 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 #80187F is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 127 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.50 |
| HSL | 300.58º | 0.68% | 0.3% | - |
| HSV(B) | 300.58º | 0.81% | 0.5% | - |
| XYZ | 13.06 | 6.77 | 20.7 | - |
| YUV | 66.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 127 | 0 | 0.81 | 0.01 | 0.50 | 300.58 | 0.68 | 0.3 |
| Hex | 80 | 18 | 7F | 0 | 51 | 1 | 32 | 12D | 44 | 1E |
| Octal | 200 | 30 | 177 | 0 | 121 | 1 | 62 | 455 | 104 | 36 |
| Binary | 10000000 | 11000 | 1111111 | 0 | 1010001 | 1 | 110010 | 100101101 | 1000100 | 11110 |
Color Harmonies of #80187F
Complementary color
Monochromatic Colors of #80187F
Black with #80187F
Text Example
Text Example
White with #80187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80187F; }
p { color: rgb(128,24,127); }
H1.HeaderClassName
{
color: #80187F;
}
.AnyTagClassName
{
color: #80187F;
}
</style>
background-color css
<style>
a { background-color: #80187F; }
a { background-color: rgb(128,24,127); }
div.DivClassName
{
background-color: #80187F;
}
.BgClassName
{
background-color: #80187F;
}
</style>
border-color css
<style>
span { border-color: #80187F; }
span { border-color: rgb(128,24,127); }
td.TdClassName
{
border-color: #80187F;
}
.TagClassName
{
border-color: #80187F;
}
</style>