#834076

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

Shades of Eminence #834076

Tints of Eminence #834076

Color information

#834076 (or 0x834076) is unknown color: approx Eminence. HEX triplet: 83, 40 and 76. RGB value is (131,64,118). Sum of RGB (Red+Green+Blue) = 131+64+118=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #834076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834076 is #7CBF89. Grayscale: #5A5A5A. Windows color (decimal): -8175498 or 7749763. OLE color: 7749763.

HSL color Cylindrical-coordinate representation of color #834076: hue angle of 311.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834076 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB13164118-
CMYK00.510.100.49
HSL311.64º34.36%38.24%-
HSV(B)311.64º51.15%51.37%-
XYZ14.469.818.27-
YUV90.19143.7157.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=41.85%
G=20.45%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316411800.510.100.49311.6434.3638.24
Hex834076033A311382226
Octal20310016606312614704246
Binary100000111000000111011001100111010110001100111000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834076; }

 p { color: rgb(131,64,118); }

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

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

 a { background-color: rgb(131,64,118); }

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

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

 span { border-color: rgb(131,64,118); }

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