Shades of Dark Purple #83086C
Tints of Dark Purple #83086C
RGB
CMYK
RGB Variations
Color information
#83086C (or 0x83086C) is known color: Dark Purple. HEX triplet: 83, 08 and 6C. RGB value is (131,8,108). Sum of RGB (Red+Green+Blue) = 131+8+108=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83086C is #7CF793. Grayscale: #373737. Windows color (decimal): -8189844 or 7080067. OLE color: 7080067.
HSL color Cylindrical-coordinate representation of color #83086C: hue angle of 311.22º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83086C is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 108 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.49 |
| HSL | 311.22º | 0.88% | 0.27% | - |
| HSV(B) | 311.22º | 0.94% | 0.51% | - |
| XYZ | 12.15 | 6.08 | 14.72 | - |
| YUV | 56.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 108 | 0 | 0.94 | 0.18 | 0.49 | 311.22 | 0.88 | 0.27 |
| Hex | 83 | 8 | 6C | 0 | 5E | 12 | 31 | 137 | 58 | 1B |
| Octal | 203 | 10 | 154 | 0 | 136 | 22 | 61 | 467 | 130 | 33 |
| Binary | 10000011 | 1000 | 1101100 | 0 | 1011110 | 10010 | 110001 | 100110111 | 1011000 | 11011 |
Color Harmonies of #83086C
Complementary color
Monochromatic Colors of #83086C
Black with #83086C
Text Example
Text Example
White with #83086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83086C; }
p { color: rgb(131,8,108); }
H1.HeaderClassName
{
color: #83086C;
}
.AnyTagClassName
{
color: #83086C;
}
</style>
background-color css
<style>
a { background-color: #83086C; }
a { background-color: rgb(131,8,108); }
div.DivClassName
{
background-color: #83086C;
}
.BgClassName
{
background-color: #83086C;
}
</style>
border-color css
<style>
span { border-color: #83086C; }
span { border-color: rgb(131,8,108); }
td.TdClassName
{
border-color: #83086C;
}
.TagClassName
{
border-color: #83086C;
}
</style>