Shades of Dark Purple #83096E
Tints of Dark Purple #83096E
RGB
CMYK
RGB Variations
Color information
#83096E (or 0x83096E) is known color: Dark Purple. HEX triplet: 83, 09 and 6E. RGB value is (131,9,110). Sum of RGB (Red+Green+Blue) = 131+9+110=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83096E is #7CF691. Grayscale: #383838. Windows color (decimal): -8189586 or 7211395. OLE color: 7211395.
HSL color Cylindrical-coordinate representation of color #83096E: hue angle of 310.33º 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 #83096E is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 110 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.49 |
| HSL | 310.33º | 0.87% | 0.27% | - |
| HSV(B) | 310.33º | 0.93% | 0.51% | - |
| XYZ | 12.27 | 6.15 | 15.29 | - |
| YUV | 56.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 110 | 0 | 0.93 | 0.16 | 0.49 | 310.33 | 0.87 | 0.27 |
| Hex | 83 | 9 | 6E | 0 | 5D | 10 | 31 | 136 | 57 | 1B |
| Octal | 203 | 11 | 156 | 0 | 135 | 20 | 61 | 466 | 127 | 33 |
| Binary | 10000011 | 1001 | 1101110 | 0 | 1011101 | 10000 | 110001 | 100110110 | 1010111 | 11011 |
Color Harmonies of #83096E
Complementary color
Monochromatic Colors of #83096E
Black with #83096E
Text Example
Text Example
White with #83096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83096E; }
p { color: rgb(131,9,110); }
H1.HeaderClassName
{
color: #83096E;
}
.AnyTagClassName
{
color: #83096E;
}
</style>
background-color css
<style>
a { background-color: #83096E; }
a { background-color: rgb(131,9,110); }
div.DivClassName
{
background-color: #83096E;
}
.BgClassName
{
background-color: #83096E;
}
</style>
border-color css
<style>
span { border-color: #83096E; }
span { border-color: rgb(131,9,110); }
td.TdClassName
{
border-color: #83096E;
}
.TagClassName
{
border-color: #83096E;
}
</style>