Shades of Eminence #833B7D
Tints of Eminence #833B7D
RGB
CMYK
RGB Variations
Color information
#833B7D (or 0x833B7D) is known color: Eminence. HEX triplet: 83, 3B and 7D. RGB value is (131,59,125). Sum of RGB (Red+Green+Blue) = 131+59+125=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #833B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B7D is #7CC482. Grayscale: #575757. Windows color (decimal): -8176771 or 8207235. OLE color: 8207235.
HSL color Cylindrical-coordinate representation of color #833B7D: hue angle of 305º 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 #833B7D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 125 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.49 |
| HSL | 305º | 0.38% | 0.37% | - |
| HSV(B) | 305º | 0.55% | 0.51% | - |
| XYZ | 14.63 | 9.43 | 20.45 | - |
| YUV | 88.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 125 | 0 | 0.55 | 0.05 | 0.49 | 305 | 0.38 | 0.37 |
| Hex | 83 | 3B | 7D | 0 | 37 | 5 | 31 | 131 | 26 | 25 |
| Octal | 203 | 73 | 175 | 0 | 67 | 5 | 61 | 461 | 46 | 45 |
| Binary | 10000011 | 111011 | 1111101 | 0 | 110111 | 101 | 110001 | 100110001 | 100110 | 100101 |
Color Harmonies of #833B7D
Complementary color
Monochromatic Colors of #833B7D
Black with #833B7D
Text Example
Text Example
White with #833B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B7D; }
p { color: rgb(131,59,125); }
H1.HeaderClassName
{
color: #833B7D;
}
.AnyTagClassName
{
color: #833B7D;
}
</style>
background-color css
<style>
a { background-color: #833B7D; }
a { background-color: rgb(131,59,125); }
div.DivClassName
{
background-color: #833B7D;
}
.BgClassName
{
background-color: #833B7D;
}
</style>
border-color css
<style>
span { border-color: #833B7D; }
span { border-color: rgb(131,59,125); }
td.TdClassName
{
border-color: #833B7D;
}
.TagClassName
{
border-color: #833B7D;
}
</style>