Shades of Dark Purple #80096A
Tints of Dark Purple #80096A
RGB
CMYK
RGB Variations
Color information
#80096A (or 0x80096A) is known color: Dark Purple. HEX triplet: 80, 09 and 6A. RGB value is (128,9,106). Sum of RGB (Red+Green+Blue) = 128+9+106=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80096A is #7FF695. Grayscale: #373737. Windows color (decimal): -8386198 or 6949248. OLE color: 6949248.
HSL color Cylindrical-coordinate representation of color #80096A: hue angle of 311.09º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80096A is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 106 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.50 |
| HSL | 311.09º | 0.87% | 0.27% | - |
| HSV(B) | 311.09º | 0.93% | 0.5% | - |
| XYZ | 11.6 | 5.83 | 14.15 | - |
| YUV | 55.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 106 | 0 | 0.93 | 0.17 | 0.50 | 311.09 | 0.87 | 0.27 |
| Hex | 80 | 9 | 6A | 0 | 5D | 11 | 32 | 137 | 57 | 1B |
| Octal | 200 | 11 | 152 | 0 | 135 | 21 | 62 | 467 | 127 | 33 |
| Binary | 10000000 | 1001 | 1101010 | 0 | 1011101 | 10001 | 110010 | 100110111 | 1010111 | 11011 |
Color Harmonies of #80096A
Complementary color
Monochromatic Colors of #80096A
Black with #80096A
Text Example
Text Example
White with #80096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80096A; }
p { color: rgb(128,9,106); }
H1.HeaderClassName
{
color: #80096A;
}
.AnyTagClassName
{
color: #80096A;
}
</style>
background-color css
<style>
a { background-color: #80096A; }
a { background-color: rgb(128,9,106); }
div.DivClassName
{
background-color: #80096A;
}
.BgClassName
{
background-color: #80096A;
}
</style>
border-color css
<style>
span { border-color: #80096A; }
span { border-color: rgb(128,9,106); }
td.TdClassName
{
border-color: #80096A;
}
.TagClassName
{
border-color: #80096A;
}
</style>