Html Css Color HEX #820862 Eggplant

📋 copy color: '#820862'

red 130 ◦ green 8 ◦ blue 98

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

Shades of Eggplant #820862

Tints of Eggplant #820862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 55.08%
G = 3.39%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#820862 (or 0x820862) is known color: Eggplant. HEX triplet: 82, 08 and 62. RGB value is (130,8,98). Sum of RGB (Red+Green+Blue) = 130+8+98=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820862 is #7DF79D. Grayscale: #363636. Windows color (decimal): -8255390 or 6424706. OLE color: 6424706.

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

Color convert

RGB 130 8 98 -
CMYK 0 0.94 0.25 0.49
HSL 315.74º 0.88% 0.27% -
HSV(B) 315.74º 0.94% 0.51% -
XYZ 11.5 5.8 12.07 -
YUV 54.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 130 8 98 0 0.94 0.25 0.49 315.74 0.88 0.27
Hex 82 8 62 0 5E 19 31 13C 58 1B
Octal 202 10 142 0 136 31 61 474 130 33
Binary 10000010 1000 1100010 0 1011110 11001 110001 100111100 1011000 11011

Color Harmonies of #820862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820862

Black with #820862

Text Example


Text Example

White with #820862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820862; }

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

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

background-color css

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

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

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

border-color css

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

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

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