Html Css Color HEX #820962 Eggplant

📋 copy color: '#820962'

red 130 ◦ green 9 ◦ blue 98

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

Shades of Eggplant #820962

Tints of Eggplant #820962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 54.85%
G = 3.8%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#820962 (or 0x820962) is known color: Eggplant. HEX triplet: 82, 09 and 62. RGB value is (130,9,98). Sum of RGB (Red+Green+Blue) = 130+9+98=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820962 is #7DF69D. Grayscale: #373737. Windows color (decimal): -8255134 or 6424962. OLE color: 6424962.

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

Color convert

RGB 130 9 98 -
CMYK 0 0.93 0.25 0.49
HSL 315.87º 0.87% 0.27% -
HSV(B) 315.87º 0.93% 0.51% -
XYZ 11.51 5.82 12.07 -
YUV 55.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 130 9 98 0 0.93 0.25 0.49 315.87 0.87 0.27
Hex 82 9 62 0 5D 19 31 13C 57 1B
Octal 202 11 142 0 135 31 61 474 127 33
Binary 10000010 1001 1100010 0 1011101 11001 110001 100111100 1010111 11011

Color Harmonies of #820962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820962

Black with #820962

Text Example


Text Example

White with #820962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820962; }

 p { color: rgb(130,9,98); }

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

background-color css

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

 a { background-color: rgb(130,9,98); }

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

border-color css

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

 span { border-color: rgb(130,9,98); }

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