Html Css Color HEX #824177 Eminence

📋 copy color: '#824177'

red 130 ◦ green 65 ◦ blue 119

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

Shades of Eminence #824177

Tints of Eminence #824177

RGB

 RED value IS 130 (51.17% from 255) = 41.4%

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

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 41.4%
G = 20.7%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#824177 (or 0x824177) is known color: Eminence. HEX triplet: 82, 41 and 77. RGB value is (130,65,119). Sum of RGB (Red+Green+Blue) = 130+65+119=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #824177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824177 is #7DBE88. Grayscale: #5A5A5A. Windows color (decimal): -8240777 or 7815554. OLE color: 7815554.

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

Color convert

RGB 130 65 119 -
CMYK 0 0.50 0.08 0.49
HSL 310.15º 0.33% 0.38% -
HSV(B) 310.15º 0.5% 0.51% -
XYZ 14.43 9.86 18.6 -
YUV 90.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 130 65 119 0 0.50 0.08 0.49 310.15 0.33 0.38
Hex 82 41 77 0 32 8 31 136 21 26
Octal 202 101 167 0 62 10 61 466 41 46
Binary 10000010 1000001 1110111 0 110010 1000 110001 100110110 100001 100110

Color Harmonies of #824177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824177

Black with #824177

Text Example


Text Example

White with #824177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824177; }

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

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

background-color css

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

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

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

border-color css

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

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

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