Shades of Eminence #823D7C
Tints of Eminence #823D7C
RGB
CMYK
RGB Variations
Color information
#823D7C (or 0x823D7C) is known color: Eminence. HEX triplet: 82, 3D and 7C. RGB value is (130,61,124). Sum of RGB (Red+Green+Blue) = 130+61+124=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #823D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823D7C is #7DC283. Grayscale: #585858. Windows color (decimal): -8241796 or 8142210. OLE color: 8142210.
HSL color Cylindrical-coordinate representation of color #823D7C: hue angle of 305.22º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D7C is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 124 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.49 |
| HSL | 305.22º | 0.36% | 0.37% | - |
| HSV(B) | 305.22º | 0.53% | 0.51% | - |
| XYZ | 14.51 | 9.54 | 20.15 | - |
| YUV | 88.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 124 | 0 | 0.53 | 0.05 | 0.49 | 305.22 | 0.36 | 0.37 |
| Hex | 82 | 3D | 7C | 0 | 35 | 5 | 31 | 131 | 24 | 25 |
| Octal | 202 | 75 | 174 | 0 | 65 | 5 | 61 | 461 | 44 | 45 |
| Binary | 10000010 | 111101 | 1111100 | 0 | 110101 | 101 | 110001 | 100110001 | 100100 | 100101 |
Color Harmonies of #823D7C
Complementary color
Monochromatic Colors of #823D7C
Black with #823D7C
Text Example
Text Example
White with #823D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D7C; }
p { color: rgb(130,61,124); }
H1.HeaderClassName
{
color: #823D7C;
}
.AnyTagClassName
{
color: #823D7C;
}
</style>
background-color css
<style>
a { background-color: #823D7C; }
a { background-color: rgb(130,61,124); }
div.DivClassName
{
background-color: #823D7C;
}
.BgClassName
{
background-color: #823D7C;
}
</style>
border-color css
<style>
span { border-color: #823D7C; }
span { border-color: rgb(130,61,124); }
td.TdClassName
{
border-color: #823D7C;
}
.TagClassName
{
border-color: #823D7C;
}
</style>