Shades of Dark Purple #82286D
Tints of Dark Purple #82286D
RGB
CMYK
RGB Variations
Color information
#82286D (or 0x82286D) is known color: Dark Purple. HEX triplet: 82, 28 and 6D. RGB value is (130,40,109). Sum of RGB (Red+Green+Blue) = 130+40+109=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82286D is #7DD792. Grayscale: #4A4A4A. Windows color (decimal): -8247187 or 7153794. OLE color: 7153794.
HSL color Cylindrical-coordinate representation of color #82286D: hue angle of 314º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82286D is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 109 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.49 |
| HSL | 314º | 0.53% | 0.33% | - |
| HSV(B) | 314º | 0.69% | 0.51% | - |
| XYZ | 12.73 | 7.37 | 15.22 | - |
| YUV | 74.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 109 | 0 | 0.69 | 0.16 | 0.49 | 314 | 0.53 | 0.33 |
| Hex | 82 | 28 | 6D | 0 | 45 | 10 | 31 | 13A | 35 | 21 |
| Octal | 202 | 50 | 155 | 0 | 105 | 20 | 61 | 472 | 65 | 41 |
| Binary | 10000010 | 101000 | 1101101 | 0 | 1000101 | 10000 | 110001 | 100111010 | 110101 | 100001 |
Color Harmonies of #82286D
Complementary color
Monochromatic Colors of #82286D
Black with #82286D
Text Example
Text Example
White with #82286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82286D; }
p { color: rgb(130,40,109); }
H1.HeaderClassName
{
color: #82286D;
}
.AnyTagClassName
{
color: #82286D;
}
</style>
background-color css
<style>
a { background-color: #82286D; }
a { background-color: rgb(130,40,109); }
div.DivClassName
{
background-color: #82286D;
}
.BgClassName
{
background-color: #82286D;
}
</style>
border-color css
<style>
span { border-color: #82286D; }
span { border-color: rgb(130,40,109); }
td.TdClassName
{
border-color: #82286D;
}
.TagClassName
{
border-color: #82286D;
}
</style>