Shades of Dark Purple #833B7A
Tints of Dark Purple #833B7A
RGB
CMYK
RGB Variations
Color information
#833B7A (or 0x833B7A) is known color: Dark Purple. HEX triplet: 83, 3B and 7A. RGB value is (131,59,122). Sum of RGB (Red+Green+Blue) = 131+59+122=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #833B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B7A is #7CC485. Grayscale: #575757. Windows color (decimal): -8176774 or 8010627. OLE color: 8010627.
HSL color Cylindrical-coordinate representation of color #833B7A: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833B7A is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 122 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.49 |
| HSL | 307.5º | 0.38% | 0.37% | - |
| HSV(B) | 307.5º | 0.55% | 0.51% | - |
| XYZ | 14.44 | 9.36 | 19.46 | - |
| YUV | 87.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 122 | 0 | 0.55 | 0.07 | 0.49 | 307.5 | 0.38 | 0.37 |
| Hex | 83 | 3B | 7A | 0 | 37 | 7 | 31 | 134 | 26 | 25 |
| Octal | 203 | 73 | 172 | 0 | 67 | 7 | 61 | 464 | 46 | 45 |
| Binary | 10000011 | 111011 | 1111010 | 0 | 110111 | 111 | 110001 | 100110100 | 100110 | 100101 |
Color Harmonies of #833B7A
Complementary color
Monochromatic Colors of #833B7A
Black with #833B7A
Text Example
Text Example
White with #833B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B7A; }
p { color: rgb(131,59,122); }
H1.HeaderClassName
{
color: #833B7A;
}
.AnyTagClassName
{
color: #833B7A;
}
</style>
background-color css
<style>
a { background-color: #833B7A; }
a { background-color: rgb(131,59,122); }
div.DivClassName
{
background-color: #833B7A;
}
.BgClassName
{
background-color: #833B7A;
}
</style>
border-color css
<style>
span { border-color: #833B7A; }
span { border-color: rgb(131,59,122); }
td.TdClassName
{
border-color: #833B7A;
}
.TagClassName
{
border-color: #833B7A;
}
</style>