Shades of Purple #82087D
Tints of Purple #82087D
RGB
CMYK
RGB Variations
Color information
#82087D (or 0x82087D) is known color: Purple. HEX triplet: 82, 08 and 7D. RGB value is (130,8,125). Sum of RGB (Red+Green+Blue) = 130+8+125=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82087D is #7DF782. Grayscale: #393939. Windows color (decimal): -8255363 or 8194178. OLE color: 8194178.
HSL color Cylindrical-coordinate representation of color #82087D: hue angle of 302.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82087D is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 125 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.49 |
| HSL | 302.46º | 0.88% | 0.27% | - |
| HSV(B) | 302.46º | 0.94% | 0.51% | - |
| XYZ | 12.99 | 6.4 | 19.95 | - |
| YUV | 57.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 125 | 0 | 0.94 | 0.04 | 0.49 | 302.46 | 0.88 | 0.27 |
| Hex | 82 | 8 | 7D | 0 | 5E | 4 | 31 | 12E | 58 | 1B |
| Octal | 202 | 10 | 175 | 0 | 136 | 4 | 61 | 456 | 130 | 33 |
| Binary | 10000010 | 1000 | 1111101 | 0 | 1011110 | 100 | 110001 | 100101110 | 1011000 | 11011 |
Color Harmonies of #82087D
Complementary color
Monochromatic Colors of #82087D
Black with #82087D
Text Example
Text Example
White with #82087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82087D; }
p { color: rgb(130,8,125); }
H1.HeaderClassName
{
color: #82087D;
}
.AnyTagClassName
{
color: #82087D;
}
</style>
background-color css
<style>
a { background-color: #82087D; }
a { background-color: rgb(130,8,125); }
div.DivClassName
{
background-color: #82087D;
}
.BgClassName
{
background-color: #82087D;
}
</style>
border-color css
<style>
span { border-color: #82087D; }
span { border-color: rgb(130,8,125); }
td.TdClassName
{
border-color: #82087D;
}
.TagClassName
{
border-color: #82087D;
}
</style>