Html Css Color HEX #820260 Eggplant

📋 copy color: '#820260'

red 130 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #820260

Tints of Eggplant #820260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 57.02%
G = 0.88%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#820260 (or 0x820260) is known color: Eggplant. HEX triplet: 82, 02 and 60. RGB value is (130,2,96). Sum of RGB (Red+Green+Blue) = 130+2+96=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #820260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820260 is #7DFD9F. Grayscale: #323232. Windows color (decimal): -8256928 or 6292098. OLE color: 6292098.

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

Color convert

RGB 130 2 96 -
CMYK 0 0.98 0.26 0.49
HSL 315.94º 0.97% 0.26% -
HSV(B) 315.94º 0.98% 0.51% -
XYZ 11.34 5.63 11.56 -
YUV 50.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 130 2 96 0 0.98 0.26 0.49 315.94 0.97 0.26
Hex 82 2 60 0 62 1A 31 13C 61 1A
Octal 202 2 140 0 142 32 61 474 141 32
Binary 10000010 10 1100000 0 1100010 11010 110001 100111100 1100001 11010

Color Harmonies of #820260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820260

Black with #820260

Text Example


Text Example

White with #820260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820260; }

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

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

background-color css

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

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

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

border-color css

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

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

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