Shades of Dark Purple #82187F
Tints of Dark Purple #82187F
RGB
CMYK
RGB Variations
Color information
#82187F (or 0x82187F) is known color: Dark Purple. HEX triplet: 82, 18 and 7F. RGB value is (130,24,127). Sum of RGB (Red+Green+Blue) = 130+24+127=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #82187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82187F is #7DE780. Grayscale: #434343. Windows color (decimal): -8251265 or 8329346. OLE color: 8329346.
HSL color Cylindrical-coordinate representation of color #82187F: hue angle of 301.7º 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 #82187F is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 127 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.49 |
| HSL | 301.7º | 0.69% | 0.3% | - |
| HSV(B) | 301.7º | 0.82% | 0.51% | - |
| XYZ | 13.36 | 6.93 | 20.71 | - |
| YUV | 67.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 127 | 0 | 0.82 | 0.02 | 0.49 | 301.7 | 0.69 | 0.3 |
| Hex | 82 | 18 | 7F | 0 | 52 | 2 | 31 | 12E | 45 | 1E |
| Octal | 202 | 30 | 177 | 0 | 122 | 2 | 61 | 456 | 105 | 36 |
| Binary | 10000010 | 11000 | 1111111 | 0 | 1010010 | 10 | 110001 | 100101110 | 1000101 | 11110 |
Color Harmonies of #82187F
Complementary color
Monochromatic Colors of #82187F
Black with #82187F
Text Example
Text Example
White with #82187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82187F; }
p { color: rgb(130,24,127); }
H1.HeaderClassName
{
color: #82187F;
}
.AnyTagClassName
{
color: #82187F;
}
</style>
background-color css
<style>
a { background-color: #82187F; }
a { background-color: rgb(130,24,127); }
div.DivClassName
{
background-color: #82187F;
}
.BgClassName
{
background-color: #82187F;
}
</style>
border-color css
<style>
span { border-color: #82187F; }
span { border-color: rgb(130,24,127); }
td.TdClassName
{
border-color: #82187F;
}
.TagClassName
{
border-color: #82187F;
}
</style>