Shades of Dark Purple #822867
Tints of Dark Purple #822867
RGB
CMYK
RGB Variations
Color information
#822867 (or 0x822867) is known color: Dark Purple. HEX triplet: 82, 28 and 67. RGB value is (130,40,103). Sum of RGB (Red+Green+Blue) = 130+40+103=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #822867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822867 is #7DD798. Grayscale: #494949. Windows color (decimal): -8247193 or 6760578. OLE color: 6760578.
HSL color Cylindrical-coordinate representation of color #822867: hue angle of 318º 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 #822867 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 103 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.49 |
| HSL | 318º | 0.53% | 0.33% | - |
| HSV(B) | 318º | 0.69% | 0.51% | - |
| XYZ | 12.41 | 7.24 | 13.58 | - |
| YUV | 74.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 103 | 0 | 0.69 | 0.21 | 0.49 | 318 | 0.53 | 0.33 |
| Hex | 82 | 28 | 67 | 0 | 45 | 15 | 31 | 13E | 35 | 21 |
| Octal | 202 | 50 | 147 | 0 | 105 | 25 | 61 | 476 | 65 | 41 |
| Binary | 10000010 | 101000 | 1100111 | 0 | 1000101 | 10101 | 110001 | 100111110 | 110101 | 100001 |
Color Harmonies of #822867
Complementary color
Monochromatic Colors of #822867
Black with #822867
Text Example
Text Example
White with #822867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822867; }
p { color: rgb(130,40,103); }
H1.HeaderClassName
{
color: #822867;
}
.AnyTagClassName
{
color: #822867;
}
</style>
background-color css
<style>
a { background-color: #822867; }
a { background-color: rgb(130,40,103); }
div.DivClassName
{
background-color: #822867;
}
.BgClassName
{
background-color: #822867;
}
</style>
border-color css
<style>
span { border-color: #822867; }
span { border-color: rgb(130,40,103); }
td.TdClassName
{
border-color: #822867;
}
.TagClassName
{
border-color: #822867;
}
</style>