#834177

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

Shades of Eminence #834177

Tints of Eminence #834177

Color information

#834177 (or 0x834177) is unknown color: approx Eminence. HEX triplet: 83, 41 and 77. RGB value is (131,65,119). Sum of RGB (Red+Green+Blue) = 131+65+119=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834177 is #7CBE88. Grayscale: #5A5A5A. Windows color (decimal): -8175241 or 7815555. OLE color: 7815555.

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

Color convert

RGB13165119-
CMYK00.500.090.49
HSL310.91º33.67%38.43%-
HSV(B)310.91º50.38%51.37%-
XYZ14.589.9418.6-
YUV90.89143.87156.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=41.59%
G=20.63%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316511900.500.090.49310.9133.6738.43
Hex8341770329311372226
Octal20310116706211614674246
Binary100000111000001111011101100101001110001100110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834177; }

 p { color: rgb(131,65,119); }

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

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

 a { background-color: rgb(131,65,119); }

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

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

 span { border-color: rgb(131,65,119); }

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