Html Css Color HEX #834176 Eminence

📋 copy color: '#834176'

red 131 ◦ green 65 ◦ blue 118

#834176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #834176

Tints of Eminence #834176

RGB

 RED value IS 131 (51.56% from 255) = 41.72%

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 41.72%
G = 20.7%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#834176 (or 0x834176) is known color: Eminence. HEX triplet: 83, 41 and 76. RGB value is (131,65,118). Sum of RGB (Red+Green+Blue) = 131+65+118=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #834176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834176 is #7CBE89. Grayscale: #5A5A5A. Windows color (decimal): -8175242 or 7750019. OLE color: 7750019.

HSL color Cylindrical-coordinate representation of color #834176: hue angle of 311.82º 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 #834176 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 118 -
CMYK 0 0.50 0.10 0.49
HSL 311.82º 0.34% 0.38% -
HSV(B) 311.82º 0.5% 0.51% -
XYZ 14.52 9.91 18.29 -
YUV 90.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 131 65 118 0 0.50 0.10 0.49 311.82 0.34 0.38
Hex 83 41 76 0 32 A 31 138 22 26
Octal 203 101 166 0 62 12 61 470 42 46
Binary 10000011 1000001 1110110 0 110010 1010 110001 100111000 100010 100110

Color Harmonies of #834176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834176

Black with #834176

Text Example


Text Example

White with #834176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834176; }

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

 H1.HeaderClassName
 {
   color: #834176;
 }
 .AnyTagClassName
 {
   color: #834176;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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