Html Css Color HEX #820A60 Eggplant

📋 copy color: '#820A60'

red 130 ◦ green 10 ◦ blue 96

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

Shades of Eggplant #820A60

Tints of Eggplant #820A60

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

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

R = 55.08%
G = 4.24%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#820A60 (or 0x820A60) is known color: Eggplant. HEX triplet: 82, 0A and 60. RGB value is (130,10,96). Sum of RGB (Red+Green+Blue) = 130+10+96=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820A60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A60 is #7DF59F. Grayscale: #373737. Windows color (decimal): -8254880 or 6294146. OLE color: 6294146.

HSL color Cylindrical-coordinate representation of color #820A60: hue angle of 317º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A60 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 96 -
CMYK 0 0.92 0.26 0.49
HSL 317º 0.86% 0.27% -
HSV(B) 317º 0.92% 0.51% -
XYZ 11.43 5.81 11.59 -
YUV 55.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 130 10 96 0 0.92 0.26 0.49 317 0.86 0.27
Hex 82 A 60 0 5C 1A 31 13D 56 1B
Octal 202 12 140 0 134 32 61 475 126 33
Binary 10000010 1010 1100000 0 1011100 11010 110001 100111101 1010110 11011

Color Harmonies of #820A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A60

Black with #820A60

Text Example


Text Example

White with #820A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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