#843D7C

Color #843D7C Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #843D7C

Tints of Eminence #843D7C

Color information

#843D7C (or 0x843D7C) is unknown color: approx Eminence. HEX triplet: 84, 3D and 7C. RGB value is (132,61,124). Sum of RGB (Red+Green+Blue) = 132+61+124=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #843D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D7C is #7BC283. Grayscale: #595959. Windows color (decimal): -8110724 or 8142212. OLE color: 8142212.

HSL color Cylindrical-coordinate representation of color #843D7C: hue angle of 306.76º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #843D7C is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13261124-
CMYK00.540.060.48
HSL306.76º36.79%37.84%-
HSV(B)306.76º53.79%51.76%-
XYZ14.829.720.16-
YUV89.41147.52158.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=41.64%
G=19.24%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326112400.540.060.48306.7636.7937.84
Hex843D7C0366301332526
Octal204751740666604634546
Binary1000010011110111111000110110110110000100110011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843D7C; }

 p { color: rgb(132,61,124); }

 H1.HeaderClassName
 {
   color: #843D7C;
 }
 .AnyTagClassName
 {
   color: #843D7C;
 }
</style>
background-color css

<style>
 a { background-color: #843D7C; }

 a { background-color: rgb(132,61,124); }

 div.DivClassName
 {
   background-color: #843D7C;
 }
 .BgClassName
 {
   background-color: #843D7C;
 }
</style>
border-color css

<style>
 span { border-color: #843D7C; }

 span { border-color: rgb(132,61,124); }

 td.TdClassName
 {
   border-color: #843D7C;
 }
 .TagClassName
 {
   border-color: #843D7C;
 }
</style>