Shades of Purple #82096F
Tints of Purple #82096F
RGB
CMYK
RGB Variations
Color information
#82096F (or 0x82096F) is known color: Purple. HEX triplet: 82, 09 and 6F. RGB value is (130,9,111). Sum of RGB (Red+Green+Blue) = 130+9+111=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #82096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82096F is #7DF690. Grayscale: #383838. Windows color (decimal): -8255121 or 7276930. OLE color: 7276930.
HSL color Cylindrical-coordinate representation of color #82096F: hue angle of 309.42º 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 #82096F is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 111 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.49 |
| HSL | 309.42º | 0.87% | 0.27% | - |
| HSV(B) | 309.42º | 0.93% | 0.51% | - |
| XYZ | 12.17 | 6.09 | 15.57 | - |
| YUV | 56.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 111 | 0 | 0.93 | 0.15 | 0.49 | 309.42 | 0.87 | 0.27 |
| Hex | 82 | 9 | 6F | 0 | 5D | F | 31 | 135 | 57 | 1B |
| Octal | 202 | 11 | 157 | 0 | 135 | 17 | 61 | 465 | 127 | 33 |
| Binary | 10000010 | 1001 | 1101111 | 0 | 1011101 | 1111 | 110001 | 100110101 | 1010111 | 11011 |
Color Harmonies of #82096F
Complementary color
Monochromatic Colors of #82096F
Black with #82096F
Text Example
Text Example
White with #82096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82096F; }
p { color: rgb(130,9,111); }
H1.HeaderClassName
{
color: #82096F;
}
.AnyTagClassName
{
color: #82096F;
}
</style>
background-color css
<style>
a { background-color: #82096F; }
a { background-color: rgb(130,9,111); }
div.DivClassName
{
background-color: #82096F;
}
.BgClassName
{
background-color: #82096F;
}
</style>
border-color css
<style>
span { border-color: #82096F; }
span { border-color: rgb(130,9,111); }
td.TdClassName
{
border-color: #82096F;
}
.TagClassName
{
border-color: #82096F;
}
</style>