Shades of Eminence #833D7C
Tints of Eminence #833D7C
RGB
CMYK
RGB Variations
Color information
#833D7C (or 0x833D7C) is known color: Eminence. HEX triplet: 83, 3D and 7C. RGB value is (131,61,124). Sum of RGB (Red+Green+Blue) = 131+61+124=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #833D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833D7C is #7CC283. Grayscale: #585858. Windows color (decimal): -8176260 or 8142211. OLE color: 8142211.
HSL color Cylindrical-coordinate representation of color #833D7C: hue angle of 306º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833D7C is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 124 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.49 |
| HSL | 306º | 0.36% | 0.38% | - |
| HSV(B) | 306º | 0.53% | 0.51% | - |
| XYZ | 14.67 | 9.62 | 20.15 | - |
| YUV | 89.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 124 | 0 | 0.53 | 0.05 | 0.49 | 306 | 0.36 | 0.38 |
| Hex | 83 | 3D | 7C | 0 | 35 | 5 | 31 | 132 | 24 | 26 |
| Octal | 203 | 75 | 174 | 0 | 65 | 5 | 61 | 462 | 44 | 46 |
| Binary | 10000011 | 111101 | 1111100 | 0 | 110101 | 101 | 110001 | 100110010 | 100100 | 100110 |
Color Harmonies of #833D7C
Complementary color
Monochromatic Colors of #833D7C
Black with #833D7C
Text Example
Text Example
White with #833D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D7C; }
p { color: rgb(131,61,124); }
H1.HeaderClassName
{
color: #833D7C;
}
.AnyTagClassName
{
color: #833D7C;
}
</style>
background-color css
<style>
a { background-color: #833D7C; }
a { background-color: rgb(131,61,124); }
div.DivClassName
{
background-color: #833D7C;
}
.BgClassName
{
background-color: #833D7C;
}
</style>
border-color css
<style>
span { border-color: #833D7C; }
span { border-color: rgb(131,61,124); }
td.TdClassName
{
border-color: #833D7C;
}
.TagClassName
{
border-color: #833D7C;
}
</style>