Shades of Dark Purple #83177D
Tints of Dark Purple #83177D
RGB
CMYK
RGB Variations
Color information
#83177D (or 0x83177D) is known color: Dark Purple. HEX triplet: 83, 17 and 7D. RGB value is (131,23,125). Sum of RGB (Red+Green+Blue) = 131+23+125=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83177D is #7CE882. Grayscale: #424242. Windows color (decimal): -8185987 or 8198019. OLE color: 8198019.
HSL color Cylindrical-coordinate representation of color #83177D: hue angle of 303.33º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83177D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 125 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.49 |
| HSL | 303.33º | 0.7% | 0.3% | - |
| HSV(B) | 303.33º | 0.82% | 0.51% | - |
| XYZ | 13.37 | 6.92 | 20.03 | - |
| YUV | 66.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 125 | 0 | 0.82 | 0.05 | 0.49 | 303.33 | 0.7 | 0.3 |
| Hex | 83 | 17 | 7D | 0 | 52 | 5 | 31 | 12F | 46 | 1E |
| Octal | 203 | 27 | 175 | 0 | 122 | 5 | 61 | 457 | 106 | 36 |
| Binary | 10000011 | 10111 | 1111101 | 0 | 1010010 | 101 | 110001 | 100101111 | 1000110 | 11110 |
Color Harmonies of #83177D
Complementary color
Monochromatic Colors of #83177D
Black with #83177D
Text Example
Text Example
White with #83177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83177D; }
p { color: rgb(131,23,125); }
H1.HeaderClassName
{
color: #83177D;
}
.AnyTagClassName
{
color: #83177D;
}
</style>
background-color css
<style>
a { background-color: #83177D; }
a { background-color: rgb(131,23,125); }
div.DivClassName
{
background-color: #83177D;
}
.BgClassName
{
background-color: #83177D;
}
</style>
border-color css
<style>
span { border-color: #83177D; }
span { border-color: rgb(131,23,125); }
td.TdClassName
{
border-color: #83177D;
}
.TagClassName
{
border-color: #83177D;
}
</style>