Shades of Dark Purple #82126E
Tints of Dark Purple #82126E
RGB
CMYK
RGB Variations
Color information
#82126E (or 0x82126E) is known color: Dark Purple. HEX triplet: 82, 12 and 6E. RGB value is (130,18,110). Sum of RGB (Red+Green+Blue) = 130+18+110=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82126E is #7DED91. Grayscale: #3D3D3D. Windows color (decimal): -8252818 or 7213698. OLE color: 7213698.
HSL color Cylindrical-coordinate representation of color #82126E: hue angle of 310.71º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82126E is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 110 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.49 |
| HSL | 310.71º | 0.76% | 0.29% | - |
| HSV(B) | 310.71º | 0.86% | 0.51% | - |
| XYZ | 12.24 | 6.3 | 15.32 | - |
| YUV | 61.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 110 | 0 | 0.86 | 0.15 | 0.49 | 310.71 | 0.76 | 0.29 |
| Hex | 82 | 12 | 6E | 0 | 56 | F | 31 | 137 | 4C | 1D |
| Octal | 202 | 22 | 156 | 0 | 126 | 17 | 61 | 467 | 114 | 35 |
| Binary | 10000010 | 10010 | 1101110 | 0 | 1010110 | 1111 | 110001 | 100110111 | 1001100 | 11101 |
Color Harmonies of #82126E
Complementary color
Monochromatic Colors of #82126E
Black with #82126E
Text Example
Text Example
White with #82126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82126E; }
p { color: rgb(130,18,110); }
H1.HeaderClassName
{
color: #82126E;
}
.AnyTagClassName
{
color: #82126E;
}
</style>
background-color css
<style>
a { background-color: #82126E; }
a { background-color: rgb(130,18,110); }
div.DivClassName
{
background-color: #82126E;
}
.BgClassName
{
background-color: #82126E;
}
</style>
border-color css
<style>
span { border-color: #82126E; }
span { border-color: rgb(130,18,110); }
td.TdClassName
{
border-color: #82126E;
}
.TagClassName
{
border-color: #82126E;
}
</style>