Shades of Dark Purple #82187E
Tints of Dark Purple #82187E
RGB
CMYK
RGB Variations
Color information
#82187E (or 0x82187E) is known color: Dark Purple. HEX triplet: 82, 18 and 7E. RGB value is (130,24,126). Sum of RGB (Red+Green+Blue) = 130+24+126=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82187E is #7DE781. Grayscale: #434343. Windows color (decimal): -8251266 or 8263810. OLE color: 8263810.
HSL color Cylindrical-coordinate representation of color #82187E: hue angle of 302.26º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82187E is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 126 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.49 |
| HSL | 302.26º | 0.69% | 0.3% | - |
| HSV(B) | 302.26º | 0.82% | 0.51% | - |
| XYZ | 13.3 | 6.91 | 20.37 | - |
| YUV | 67.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 126 | 0 | 0.82 | 0.03 | 0.49 | 302.26 | 0.69 | 0.3 |
| Hex | 82 | 18 | 7E | 0 | 52 | 3 | 31 | 12E | 45 | 1E |
| Octal | 202 | 30 | 176 | 0 | 122 | 3 | 61 | 456 | 105 | 36 |
| Binary | 10000010 | 11000 | 1111110 | 0 | 1010010 | 11 | 110001 | 100101110 | 1000101 | 11110 |
Color Harmonies of #82187E
Complementary color
Monochromatic Colors of #82187E
Black with #82187E
Text Example
Text Example
White with #82187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82187E; }
p { color: rgb(130,24,126); }
H1.HeaderClassName
{
color: #82187E;
}
.AnyTagClassName
{
color: #82187E;
}
</style>
background-color css
<style>
a { background-color: #82187E; }
a { background-color: rgb(130,24,126); }
div.DivClassName
{
background-color: #82187E;
}
.BgClassName
{
background-color: #82187E;
}
</style>
border-color css
<style>
span { border-color: #82187E; }
span { border-color: rgb(130,24,126); }
td.TdClassName
{
border-color: #82187E;
}
.TagClassName
{
border-color: #82187E;
}
</style>