Html Css Color HEX #820859 Eggplant

📋 copy color: '#820859'

red 130 ◦ green 8 ◦ blue 89

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

Shades of Eggplant #820859

Tints of Eggplant #820859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 57.27%
G = 3.52%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#820859 (or 0x820859) is known color: Eggplant. HEX triplet: 82, 08 and 59. RGB value is (130,8,89). Sum of RGB (Red+Green+Blue) = 130+8+89=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #820859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820859 is #7DF7A6. Grayscale: #353535. Windows color (decimal): -8255399 or 5834882. OLE color: 5834882.

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

Color convert

RGB 130 8 89 -
CMYK 0 0.94 0.32 0.49
HSL 320.16º 0.88% 0.27% -
HSV(B) 320.16º 0.94% 0.51% -
XYZ 11.1 5.64 9.96 -
YUV 53.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 130 8 89 0 0.94 0.32 0.49 320.16 0.88 0.27
Hex 82 8 59 0 5E 20 31 140 58 1B
Octal 202 10 131 0 136 40 61 500 130 33
Binary 10000010 1000 1011001 0 1011110 100000 110001 101000000 1011000 11011

Color Harmonies of #820859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820859

Black with #820859

Text Example


Text Example

White with #820859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820859; }

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

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

background-color css

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

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

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

border-color css

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

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

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