Html Css Color HEX #821160 Eggplant

📋 copy color: '#821160'

red 130 ◦ green 17 ◦ blue 96

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

Shades of Eggplant #821160

Tints of Eggplant #821160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 53.5%
G = 7%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#821160 (or 0x821160) is known color: Eggplant. HEX triplet: 82, 11 and 60. RGB value is (130,17,96). Sum of RGB (Red+Green+Blue) = 130+17+96=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #821160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821160 is #7DEE9F. Grayscale: #3B3B3B. Windows color (decimal): -8253088 or 6295938. OLE color: 6295938.

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

Color convert

RGB 130 17 96 -
CMYK 0 0.87 0.26 0.49
HSL 318.05º 0.77% 0.29% -
HSV(B) 318.05º 0.87% 0.51% -
XYZ 11.52 5.99 11.62 -
YUV 59.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 130 17 96 0 0.87 0.26 0.49 318.05 0.77 0.29
Hex 82 11 60 0 57 1A 31 13E 4D 1D
Octal 202 21 140 0 127 32 61 476 115 35
Binary 10000010 10001 1100000 0 1010111 11010 110001 100111110 1001101 11101

Color Harmonies of #821160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821160

Black with #821160

Text Example


Text Example

White with #821160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821160; }

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

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

background-color css

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

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

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

border-color css

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

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

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