Html Css Color HEX #820850 Eggplant

📋 copy color: '#820850'

red 130 ◦ green 8 ◦ blue 80

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

Shades of Eggplant #820850

Tints of Eggplant #820850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 59.63%
G = 3.67%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820850 (or 0x820850) is known color: Eggplant. HEX triplet: 82, 08 and 50. RGB value is (130,8,80). Sum of RGB (Red+Green+Blue) = 130+8+80=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #820850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820850 is #7DF7AF. Grayscale: #343434. Windows color (decimal): -8255408 or 5245058. OLE color: 5245058.

HSL color Cylindrical-coordinate representation of color #820850: hue angle of 324.59º 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 #820850 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 80 -
CMYK 0 0.94 0.38 0.49
HSL 324.59º 0.88% 0.27% -
HSV(B) 324.59º 0.94% 0.51% -
XYZ 10.74 5.5 8.08 -
YUV 52.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 130 8 80 0 0.94 0.38 0.49 324.59 0.88 0.27
Hex 82 8 50 0 5E 26 31 145 58 1B
Octal 202 10 120 0 136 46 61 505 130 33
Binary 10000010 1000 1010000 0 1011110 100110 110001 101000101 1011000 11011

Color Harmonies of #820850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820850

Black with #820850

Text Example


Text Example

White with #820850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820850; }

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

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

background-color css

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

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

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

border-color css

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

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

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