Shades of Dark Purple #833175
Tints of Dark Purple #833175
RGB
CMYK
RGB Variations
Color information
#833175 (or 0x833175) is known color: Dark Purple. HEX triplet: 83, 31 and 75. RGB value is (131,49,117). Sum of RGB (Red+Green+Blue) = 131+49+117=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #833175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833175 is #7CCE8A. Grayscale: #515151. Windows color (decimal): -8179339 or 7680387. OLE color: 7680387.
HSL color Cylindrical-coordinate representation of color #833175: hue angle of 310.24º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833175 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 117 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.49 |
| HSL | 310.24º | 0.46% | 0.35% | - |
| HSV(B) | 310.24º | 0.63% | 0.51% | - |
| XYZ | 13.67 | 8.31 | 17.71 | - |
| YUV | 81.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 117 | 0 | 0.63 | 0.11 | 0.49 | 310.24 | 0.46 | 0.35 |
| Hex | 83 | 31 | 75 | 0 | 3F | B | 31 | 136 | 2E | 23 |
| Octal | 203 | 61 | 165 | 0 | 77 | 13 | 61 | 466 | 56 | 43 |
| Binary | 10000011 | 110001 | 1110101 | 0 | 111111 | 1011 | 110001 | 100110110 | 101110 | 100011 |
Color Harmonies of #833175
Complementary color
Monochromatic Colors of #833175
Black with #833175
Text Example
Text Example
White with #833175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833175; }
p { color: rgb(131,49,117); }
H1.HeaderClassName
{
color: #833175;
}
.AnyTagClassName
{
color: #833175;
}
</style>
background-color css
<style>
a { background-color: #833175; }
a { background-color: rgb(131,49,117); }
div.DivClassName
{
background-color: #833175;
}
.BgClassName
{
background-color: #833175;
}
</style>
border-color css
<style>
span { border-color: #833175; }
span { border-color: rgb(131,49,117); }
td.TdClassName
{
border-color: #833175;
}
.TagClassName
{
border-color: #833175;
}
</style>