#833E7C

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

Shades of Eminence #833E7C

Tints of Eminence #833E7C

Color information

#833E7C (or 0x833E7C) is unknown color: approx Eminence. HEX triplet: 83, 3E and 7C. RGB value is (131,62,124). Sum of RGB (Red+Green+Blue) = 131+62+124=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #833E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833E7C is #7CC183. Grayscale: #595959. Windows color (decimal): -8176004 or 8142467. OLE color: 8142467.

HSL color Cylindrical-coordinate representation of color #833E7C: hue angle of 306.09º 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 #833E7C is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13162124-
CMYK00.530.050.49
HSL306.09º35.75%37.84%-
HSV(B)306.09º52.67%51.37%-
XYZ14.729.7320.17-
YUV89.7147.36157.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=41.32%
G=19.56%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316212400.530.050.49306.0935.7537.84
Hex833E7C0355311322426
Octal203761740655614624446
Binary1000001111111011111000110101101110001100110010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833E7C; }

 p { color: rgb(131,62,124); }

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

<style>
 a { background-color: #833E7C; }

 a { background-color: rgb(131,62,124); }

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

<style>
 span { border-color: #833E7C; }

 span { border-color: rgb(131,62,124); }

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