Shades of Dark Purple #80136A
Tints of Dark Purple #80136A
RGB
CMYK
RGB Variations
Color information
#80136A (or 0x80136A) is known color: Dark Purple. HEX triplet: 80, 13 and 6A. RGB value is (128,19,106). Sum of RGB (Red+Green+Blue) = 128+19+106=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80136A is #7FEC95. Grayscale: #3D3D3D. Windows color (decimal): -8383638 or 6951808. OLE color: 6951808.
HSL color Cylindrical-coordinate representation of color #80136A: hue angle of 312.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80136A is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 106 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.50 |
| HSL | 312.11º | 0.74% | 0.29% | - |
| HSV(B) | 312.11º | 0.85% | 0.5% | - |
| XYZ | 11.74 | 6.1 | 14.19 | - |
| YUV | 61.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 106 | 0 | 0.85 | 0.17 | 0.50 | 312.11 | 0.74 | 0.29 |
| Hex | 80 | 13 | 6A | 0 | 55 | 11 | 32 | 138 | 4A | 1D |
| Octal | 200 | 23 | 152 | 0 | 125 | 21 | 62 | 470 | 112 | 35 |
| Binary | 10000000 | 10011 | 1101010 | 0 | 1010101 | 10001 | 110010 | 100111000 | 1001010 | 11101 |
Color Harmonies of #80136A
Complementary color
Monochromatic Colors of #80136A
Black with #80136A
Text Example
Text Example
White with #80136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80136A; }
p { color: rgb(128,19,106); }
H1.HeaderClassName
{
color: #80136A;
}
.AnyTagClassName
{
color: #80136A;
}
</style>
background-color css
<style>
a { background-color: #80136A; }
a { background-color: rgb(128,19,106); }
div.DivClassName
{
background-color: #80136A;
}
.BgClassName
{
background-color: #80136A;
}
</style>
border-color css
<style>
span { border-color: #80136A; }
span { border-color: rgb(128,19,106); }
td.TdClassName
{
border-color: #80136A;
}
.TagClassName
{
border-color: #80136A;
}
</style>