Shades of Dark Purple #833174
Tints of Dark Purple #833174
RGB
CMYK
RGB Variations
Color information
#833174 (or 0x833174) is known color: Dark Purple. HEX triplet: 83, 31 and 74. RGB value is (131,49,116). Sum of RGB (Red+Green+Blue) = 131+49+116=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #833174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833174 is #7CCE8B. Grayscale: #505050. Windows color (decimal): -8179340 or 7614851. OLE color: 7614851.
HSL color Cylindrical-coordinate representation of color #833174: hue angle of 310.98º 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 #833174 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 116 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.49 |
| HSL | 310.98º | 0.46% | 0.35% | - |
| HSV(B) | 310.98º | 0.63% | 0.51% | - |
| XYZ | 13.61 | 8.28 | 17.4 | - |
| YUV | 81.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 116 | 0 | 0.63 | 0.11 | 0.49 | 310.98 | 0.46 | 0.35 |
| Hex | 83 | 31 | 74 | 0 | 3F | B | 31 | 137 | 2E | 23 |
| Octal | 203 | 61 | 164 | 0 | 77 | 13 | 61 | 467 | 56 | 43 |
| Binary | 10000011 | 110001 | 1110100 | 0 | 111111 | 1011 | 110001 | 100110111 | 101110 | 100011 |
Color Harmonies of #833174
Complementary color
Monochromatic Colors of #833174
Black with #833174
Text Example
Text Example
White with #833174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833174; }
p { color: rgb(131,49,116); }
H1.HeaderClassName
{
color: #833174;
}
.AnyTagClassName
{
color: #833174;
}
</style>
background-color css
<style>
a { background-color: #833174; }
a { background-color: rgb(131,49,116); }
div.DivClassName
{
background-color: #833174;
}
.BgClassName
{
background-color: #833174;
}
</style>
border-color css
<style>
span { border-color: #833174; }
span { border-color: rgb(131,49,116); }
td.TdClassName
{
border-color: #833174;
}
.TagClassName
{
border-color: #833174;
}
</style>