Shades of Dark Purple #80106B
Tints of Dark Purple #80106B
RGB
CMYK
RGB Variations
Color information
#80106B (or 0x80106B) is known color: Dark Purple. HEX triplet: 80, 10 and 6B. RGB value is (128,16,107). Sum of RGB (Red+Green+Blue) = 128+16+107=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80106B is #7FEF94. Grayscale: #3B3B3B. Windows color (decimal): -8384405 or 7016576. OLE color: 7016576.
HSL color Cylindrical-coordinate representation of color #80106B: hue angle of 311.25º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80106B is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 107 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.50 |
| HSL | 311.25º | 0.78% | 0.28% | - |
| HSV(B) | 311.25º | 0.88% | 0.5% | - |
| XYZ | 11.74 | 6.02 | 14.45 | - |
| YUV | 59.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 107 | 0 | 0.88 | 0.16 | 0.50 | 311.25 | 0.78 | 0.28 |
| Hex | 80 | 10 | 6B | 0 | 58 | 10 | 32 | 137 | 4E | 1C |
| Octal | 200 | 20 | 153 | 0 | 130 | 20 | 62 | 467 | 116 | 34 |
| Binary | 10000000 | 10000 | 1101011 | 0 | 1011000 | 10000 | 110010 | 100110111 | 1001110 | 11100 |
Color Harmonies of #80106B
Complementary color
Monochromatic Colors of #80106B
Black with #80106B
Text Example
Text Example
White with #80106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80106B; }
p { color: rgb(128,16,107); }
H1.HeaderClassName
{
color: #80106B;
}
.AnyTagClassName
{
color: #80106B;
}
</style>
background-color css
<style>
a { background-color: #80106B; }
a { background-color: rgb(128,16,107); }
div.DivClassName
{
background-color: #80106B;
}
.BgClassName
{
background-color: #80106B;
}
</style>
border-color css
<style>
span { border-color: #80106B; }
span { border-color: rgb(128,16,107); }
td.TdClassName
{
border-color: #80106B;
}
.TagClassName
{
border-color: #80106B;
}
</style>