Shades of Dark Purple #831D8A
Tints of Dark Purple #831D8A
RGB
CMYK
RGB Variations
Color information
#831D8A (or 0x831D8A) is known color: Dark Purple. HEX triplet: 83, 1D and 8A. RGB value is (131,29,138). Sum of RGB (Red+Green+Blue) = 131+29+138=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #831D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831D8A is #7CE275. Grayscale: #474747. Windows color (decimal): -8184438 or 9051523. OLE color: 9051523.
HSL color Cylindrical-coordinate representation of color #831D8A: hue angle of 296.15º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831D8A is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 29 | 138 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.46 |
| HSL | 296.15º | 0.65% | 0.33% | - |
| HSV(B) | 296.15º | 0.79% | 0.54% | - |
| XYZ | 14.39 | 7.54 | 24.74 | - |
| YUV | 71.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 138 | 0.05 | 0.79 | 0 | 0.46 | 296.15 | 0.65 | 0.33 |
| Hex | 83 | 1D | 8A | 5 | 4F | 0 | 2E | 128 | 41 | 21 |
| Octal | 203 | 35 | 212 | 5 | 117 | 0 | 56 | 450 | 101 | 41 |
| Binary | 10000011 | 11101 | 10001010 | 101 | 1001111 | 0 | 101110 | 100101000 | 1000001 | 100001 |
Color Harmonies of #831D8A
Complementary color
Monochromatic Colors of #831D8A
Black with #831D8A
Text Example
Text Example
White with #831D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D8A; }
p { color: rgb(131,29,138); }
H1.HeaderClassName
{
color: #831D8A;
}
.AnyTagClassName
{
color: #831D8A;
}
</style>
background-color css
<style>
a { background-color: #831D8A; }
a { background-color: rgb(131,29,138); }
div.DivClassName
{
background-color: #831D8A;
}
.BgClassName
{
background-color: #831D8A;
}
</style>
border-color css
<style>
span { border-color: #831D8A; }
span { border-color: rgb(131,29,138); }
td.TdClassName
{
border-color: #831D8A;
}
.TagClassName
{
border-color: #831D8A;
}
</style>