Html Css Color HEX #820461 Eggplant

📋 copy color: '#820461'

red 130 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #820461

Tints of Eggplant #820461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

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

R = 56.28%
G = 1.73%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#820461 (or 0x820461) is known color: Eggplant. HEX triplet: 82, 04 and 61. RGB value is (130,4,97). Sum of RGB (Red+Green+Blue) = 130+4+97=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #820461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820461 is #7DFB9E. Grayscale: #343434. Windows color (decimal): -8256415 or 6358146. OLE color: 6358146.

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

Color convert

RGB 130 4 97 -
CMYK 0 0.97 0.25 0.49
HSL 315.71º 0.94% 0.26% -
HSV(B) 315.71º 0.97% 0.51% -
XYZ 11.41 5.7 11.81 -
YUV 52.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 130 4 97 0 0.97 0.25 0.49 315.71 0.94 0.26
Hex 82 4 61 0 61 19 31 13C 5E 1A
Octal 202 4 141 0 141 31 61 474 136 32
Binary 10000010 100 1100001 0 1100001 11001 110001 100111100 1011110 11010

Color Harmonies of #820461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820461

Black with #820461

Text Example


Text Example

White with #820461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820461; }

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

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

background-color css

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

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

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

border-color css

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

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

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