Shades of Purple #820D88
Tints of Purple #820D88
RGB
CMYK
RGB Variations
Color information
#820D88 (or 0x820D88) is known color: Purple. HEX triplet: 82, 0D and 88. RGB value is (130,13,136). Sum of RGB (Red+Green+Blue) = 130+13+136=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #820D88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D88 is #7DF277. Grayscale: #3D3D3D. Windows color (decimal): -8254072 or 8916354. OLE color: 8916354.
HSL color Cylindrical-coordinate representation of color #820D88: hue angle of 297.07º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D88 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 13 | 136 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.47 |
| HSL | 297.07º | 0.83% | 0.29% | - |
| HSV(B) | 297.07º | 0.9% | 0.53% | - |
| XYZ | 13.79 | 6.81 | 23.88 | - |
| YUV | 62.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 136 | 0.04 | 0.90 | 0 | 0.47 | 297.07 | 0.83 | 0.29 |
| Hex | 82 | D | 88 | 4 | 5A | 0 | 2F | 129 | 53 | 1D |
| Octal | 202 | 15 | 210 | 4 | 132 | 0 | 57 | 451 | 123 | 35 |
| Binary | 10000010 | 1101 | 10001000 | 100 | 1011010 | 0 | 101111 | 100101001 | 1010011 | 11101 |
Color Harmonies of #820D88
Complementary color
Monochromatic Colors of #820D88
Black with #820D88
Text Example
Text Example
White with #820D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D88; }
p { color: rgb(130,13,136); }
H1.HeaderClassName
{
color: #820D88;
}
.AnyTagClassName
{
color: #820D88;
}
</style>
background-color css
<style>
a { background-color: #820D88; }
a { background-color: rgb(130,13,136); }
div.DivClassName
{
background-color: #820D88;
}
.BgClassName
{
background-color: #820D88;
}
</style>
border-color css
<style>
span { border-color: #820D88; }
span { border-color: rgb(130,13,136); }
td.TdClassName
{
border-color: #820D88;
}
.TagClassName
{
border-color: #820D88;
}
</style>