Shades of Dark Purple #82096C
Tints of Dark Purple #82096C
RGB
CMYK
RGB Variations
Color information
#82096C (or 0x82096C) is known color: Dark Purple. HEX triplet: 82, 09 and 6C. RGB value is (130,9,108). Sum of RGB (Red+Green+Blue) = 130+9+108=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82096C is #7DF693. Grayscale: #383838. Windows color (decimal): -8255124 or 7080322. OLE color: 7080322.
HSL color Cylindrical-coordinate representation of color #82096C: hue angle of 310.91º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82096C is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 108 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.49 |
| HSL | 310.91º | 0.87% | 0.27% | - |
| HSV(B) | 310.91º | 0.93% | 0.51% | - |
| XYZ | 12.01 | 6.02 | 14.72 | - |
| YUV | 56.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 108 | 0 | 0.93 | 0.17 | 0.49 | 310.91 | 0.87 | 0.27 |
| Hex | 82 | 9 | 6C | 0 | 5D | 11 | 31 | 137 | 57 | 1B |
| Octal | 202 | 11 | 154 | 0 | 135 | 21 | 61 | 467 | 127 | 33 |
| Binary | 10000010 | 1001 | 1101100 | 0 | 1011101 | 10001 | 110001 | 100110111 | 1010111 | 11011 |
Color Harmonies of #82096C
Complementary color
Monochromatic Colors of #82096C
Black with #82096C
Text Example
Text Example
White with #82096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82096C; }
p { color: rgb(130,9,108); }
H1.HeaderClassName
{
color: #82096C;
}
.AnyTagClassName
{
color: #82096C;
}
</style>
background-color css
<style>
a { background-color: #82096C; }
a { background-color: rgb(130,9,108); }
div.DivClassName
{
background-color: #82096C;
}
.BgClassName
{
background-color: #82096C;
}
</style>
border-color css
<style>
span { border-color: #82096C; }
span { border-color: rgb(130,9,108); }
td.TdClassName
{
border-color: #82096C;
}
.TagClassName
{
border-color: #82096C;
}
</style>