Shades of Eminence #833D7D
Tints of Eminence #833D7D
RGB
CMYK
RGB Variations
Color information
#833D7D (or 0x833D7D) is known color: Eminence. HEX triplet: 83, 3D and 7D. RGB value is (131,61,125). Sum of RGB (Red+Green+Blue) = 131+61+125=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #833D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833D7D is #7CC282. Grayscale: #595959. Windows color (decimal): -8176259 or 8207747. OLE color: 8207747.
HSL color Cylindrical-coordinate representation of color #833D7D: hue angle of 305.14º 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 #833D7D is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 125 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.49 |
| HSL | 305.14º | 0.36% | 0.38% | - |
| HSV(B) | 305.14º | 0.53% | 0.51% | - |
| XYZ | 14.73 | 9.64 | 20.49 | - |
| YUV | 89.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 125 | 0 | 0.53 | 0.05 | 0.49 | 305.14 | 0.36 | 0.38 |
| Hex | 83 | 3D | 7D | 0 | 35 | 5 | 31 | 131 | 24 | 26 |
| Octal | 203 | 75 | 175 | 0 | 65 | 5 | 61 | 461 | 44 | 46 |
| Binary | 10000011 | 111101 | 1111101 | 0 | 110101 | 101 | 110001 | 100110001 | 100100 | 100110 |
Color Harmonies of #833D7D
Complementary color
Monochromatic Colors of #833D7D
Black with #833D7D
Text Example
Text Example
White with #833D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D7D; }
p { color: rgb(131,61,125); }
H1.HeaderClassName
{
color: #833D7D;
}
.AnyTagClassName
{
color: #833D7D;
}
</style>
background-color css
<style>
a { background-color: #833D7D; }
a { background-color: rgb(131,61,125); }
div.DivClassName
{
background-color: #833D7D;
}
.BgClassName
{
background-color: #833D7D;
}
</style>
border-color css
<style>
span { border-color: #833D7D; }
span { border-color: rgb(131,61,125); }
td.TdClassName
{
border-color: #833D7D;
}
.TagClassName
{
border-color: #833D7D;
}
</style>