Shades of Dark Purple #831178
Tints of Dark Purple #831178
RGB
CMYK
RGB Variations
Color information
#831178 (or 0x831178) is known color: Dark Purple. HEX triplet: 83, 11 and 78. RGB value is (131,17,120). Sum of RGB (Red+Green+Blue) = 131+17+120=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #831178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831178 is #7CEE87. Grayscale: #3E3E3E. Windows color (decimal): -8187528 or 7868803. OLE color: 7868803.
HSL color Cylindrical-coordinate representation of color #831178: hue angle of 305.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831178 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 120 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.49 |
| HSL | 305.79º | 0.77% | 0.29% | - |
| HSV(B) | 305.79º | 0.87% | 0.51% | - |
| XYZ | 12.95 | 6.58 | 18.36 | - |
| YUV | 62.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 120 | 0 | 0.87 | 0.08 | 0.49 | 305.79 | 0.77 | 0.29 |
| Hex | 83 | 11 | 78 | 0 | 57 | 8 | 31 | 132 | 4D | 1D |
| Octal | 203 | 21 | 170 | 0 | 127 | 10 | 61 | 462 | 115 | 35 |
| Binary | 10000011 | 10001 | 1111000 | 0 | 1010111 | 1000 | 110001 | 100110010 | 1001101 | 11101 |
Color Harmonies of #831178
Complementary color
Monochromatic Colors of #831178
Black with #831178
Text Example
Text Example
White with #831178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831178; }
p { color: rgb(131,17,120); }
H1.HeaderClassName
{
color: #831178;
}
.AnyTagClassName
{
color: #831178;
}
</style>
background-color css
<style>
a { background-color: #831178; }
a { background-color: rgb(131,17,120); }
div.DivClassName
{
background-color: #831178;
}
.BgClassName
{
background-color: #831178;
}
</style>
border-color css
<style>
span { border-color: #831178; }
span { border-color: rgb(131,17,120); }
td.TdClassName
{
border-color: #831178;
}
.TagClassName
{
border-color: #831178;
}
</style>