Shades of Dark Purple #80136C
Tints of Dark Purple #80136C
RGB
CMYK
RGB Variations
Color information
#80136C (or 0x80136C) is known color: Dark Purple. HEX triplet: 80, 13 and 6C. RGB value is (128,19,108). Sum of RGB (Red+Green+Blue) = 128+19+108=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80136C is #7FEC93. Grayscale: #3D3D3D. Windows color (decimal): -8383636 or 7082880. OLE color: 7082880.
HSL color Cylindrical-coordinate representation of color #80136C: hue angle of 311.01º 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 #80136C is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 108 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.50 |
| HSL | 311.01º | 0.74% | 0.29% | - |
| HSV(B) | 311.01º | 0.85% | 0.5% | - |
| XYZ | 11.84 | 6.14 | 14.75 | - |
| YUV | 61.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 108 | 0 | 0.85 | 0.16 | 0.50 | 311.01 | 0.74 | 0.29 |
| Hex | 80 | 13 | 6C | 0 | 55 | 10 | 32 | 137 | 4A | 1D |
| Octal | 200 | 23 | 154 | 0 | 125 | 20 | 62 | 467 | 112 | 35 |
| Binary | 10000000 | 10011 | 1101100 | 0 | 1010101 | 10000 | 110010 | 100110111 | 1001010 | 11101 |
Color Harmonies of #80136C
Complementary color
Monochromatic Colors of #80136C
Black with #80136C
Text Example
Text Example
White with #80136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80136C; }
p { color: rgb(128,19,108); }
H1.HeaderClassName
{
color: #80136C;
}
.AnyTagClassName
{
color: #80136C;
}
</style>
background-color css
<style>
a { background-color: #80136C; }
a { background-color: rgb(128,19,108); }
div.DivClassName
{
background-color: #80136C;
}
.BgClassName
{
background-color: #80136C;
}
</style>
border-color css
<style>
span { border-color: #80136C; }
span { border-color: rgb(128,19,108); }
td.TdClassName
{
border-color: #80136C;
}
.TagClassName
{
border-color: #80136C;
}
</style>