Shades of Dark Purple #82195F
Tints of Dark Purple #82195F
RGB
CMYK
RGB Variations
Color information
#82195F (or 0x82195F) is known color: Dark Purple. HEX triplet: 82, 19 and 5F. RGB value is (130,25,95). Sum of RGB (Red+Green+Blue) = 130+25+95=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #82195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82195F is #7DE6A0. Grayscale: #404040. Windows color (decimal): -8251041 or 6232450. OLE color: 6232450.
HSL color Cylindrical-coordinate representation of color #82195F: hue angle of 320º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82195F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 95 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.49 |
| HSL | 320º | 0.68% | 0.3% | - |
| HSV(B) | 320º | 0.81% | 0.51% | - |
| XYZ | 11.62 | 6.27 | 11.42 | - |
| YUV | 64.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 95 | 0 | 0.81 | 0.27 | 0.49 | 320 | 0.68 | 0.3 |
| Hex | 82 | 19 | 5F | 0 | 51 | 1B | 31 | 140 | 44 | 1E |
| Octal | 202 | 31 | 137 | 0 | 121 | 33 | 61 | 500 | 104 | 36 |
| Binary | 10000010 | 11001 | 1011111 | 0 | 1010001 | 11011 | 110001 | 101000000 | 1000100 | 11110 |
Color Harmonies of #82195F
Complementary color
Monochromatic Colors of #82195F
Black with #82195F
Text Example
Text Example
White with #82195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82195F; }
p { color: rgb(130,25,95); }
H1.HeaderClassName
{
color: #82195F;
}
.AnyTagClassName
{
color: #82195F;
}
</style>
background-color css
<style>
a { background-color: #82195F; }
a { background-color: rgb(130,25,95); }
div.DivClassName
{
background-color: #82195F;
}
.BgClassName
{
background-color: #82195F;
}
</style>
border-color css
<style>
span { border-color: #82195F; }
span { border-color: rgb(130,25,95); }
td.TdClassName
{
border-color: #82195F;
}
.TagClassName
{
border-color: #82195F;
}
</style>