Html Css Color HEX #821161 Eggplant

📋 copy color: '#821161'

red 130 ◦ green 17 ◦ blue 97

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

Shades of Eggplant #821161

Tints of Eggplant #821161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.97%

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 53.28%
G = 6.97%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#821161 (or 0x821161) is known color: Eggplant. HEX triplet: 82, 11 and 61. RGB value is (130,17,97). Sum of RGB (Red+Green+Blue) = 130+17+97=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #821161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821161 is #7DEE9E. Grayscale: #3B3B3B. Windows color (decimal): -8253087 or 6361474. OLE color: 6361474.

HSL color Cylindrical-coordinate representation of color #821161: hue angle of 317.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821161 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 97 -
CMYK 0 0.87 0.25 0.49
HSL 317.52º 0.77% 0.29% -
HSV(B) 317.52º 0.87% 0.51% -
XYZ 11.56 6.01 11.86 -
YUV 59.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 130 17 97 0 0.87 0.25 0.49 317.52 0.77 0.29
Hex 82 11 61 0 57 19 31 13E 4D 1D
Octal 202 21 141 0 127 31 61 476 115 35
Binary 10000010 10001 1100001 0 1010111 11001 110001 100111110 1001101 11101

Color Harmonies of #821161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821161

Black with #821161

Text Example


Text Example

White with #821161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821161; }

 p { color: rgb(130,17,97); }

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

background-color css

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

 a { background-color: rgb(130,17,97); }

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

border-color css

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

 span { border-color: rgb(130,17,97); }

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