Shades of Dark Purple #820F69
Tints of Dark Purple #820F69
RGB
CMYK
RGB Variations
Color information
#820F69 (or 0x820F69) is known color: Dark Purple. HEX triplet: 82, 0F and 69. RGB value is (130,15,105). Sum of RGB (Red+Green+Blue) = 130+15+105=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #820F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F69 is #7DF096. Grayscale: #3B3B3B. Windows color (decimal): -8253591 or 6885250. OLE color: 6885250.
HSL color Cylindrical-coordinate representation of color #820F69: hue angle of 313.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F69 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 105 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.49 |
| HSL | 313.04º | 0.79% | 0.28% | - |
| HSV(B) | 313.04º | 0.88% | 0.51% | - |
| XYZ | 11.93 | 6.11 | 13.91 | - |
| YUV | 59.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 105 | 0 | 0.88 | 0.19 | 0.49 | 313.04 | 0.79 | 0.28 |
| Hex | 82 | F | 69 | 0 | 58 | 13 | 31 | 139 | 4F | 1C |
| Octal | 202 | 17 | 151 | 0 | 130 | 23 | 61 | 471 | 117 | 34 |
| Binary | 10000010 | 1111 | 1101001 | 0 | 1011000 | 10011 | 110001 | 100111001 | 1001111 | 11100 |
Color Harmonies of #820F69
Complementary color
Monochromatic Colors of #820F69
Black with #820F69
Text Example
Text Example
White with #820F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F69; }
p { color: rgb(130,15,105); }
H1.HeaderClassName
{
color: #820F69;
}
.AnyTagClassName
{
color: #820F69;
}
</style>
background-color css
<style>
a { background-color: #820F69; }
a { background-color: rgb(130,15,105); }
div.DivClassName
{
background-color: #820F69;
}
.BgClassName
{
background-color: #820F69;
}
</style>
border-color css
<style>
span { border-color: #820F69; }
span { border-color: rgb(130,15,105); }
td.TdClassName
{
border-color: #820F69;
}
.TagClassName
{
border-color: #820F69;
}
</style>