Html Css Color HEX #834079 Eminence

📋 copy color: '#834079'

red 131 ◦ green 64 ◦ blue 121

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

Shades of Eminence #834079

Tints of Eminence #834079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 41.46%
G = 20.25%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#834079 (or 0x834079) is known color: Eminence. HEX triplet: 83, 40 and 79. RGB value is (131,64,121). Sum of RGB (Red+Green+Blue) = 131+64+121=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #834079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834079 is #7CBF86. Grayscale: #5A5A5A. Windows color (decimal): -8175495 or 7946371. OLE color: 7946371.

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

Color convert

RGB 131 64 121 -
CMYK 0 0.51 0.08 0.49
HSL 308.96º 0.34% 0.38% -
HSV(B) 308.96º 0.51% 0.51% -
XYZ 14.64 9.87 19.22 -
YUV 90.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 131 64 121 0 0.51 0.08 0.49 308.96 0.34 0.38
Hex 83 40 79 0 33 8 31 135 22 26
Octal 203 100 171 0 63 10 61 465 42 46
Binary 10000011 1000000 1111001 0 110011 1000 110001 100110101 100010 100110

Color Harmonies of #834079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834079

Black with #834079

Text Example


Text Example

White with #834079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834079; }

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

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

background-color css

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

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

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

border-color css

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

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

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