Html Css Color HEX #820D59 Eggplant

📋 copy color: '#820D59'

red 130 ◦ green 13 ◦ blue 89

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

Shades of Eggplant #820D59

Tints of Eggplant #820D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

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

R = 56.03%
G = 5.6%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#820D59 (or 0x820D59) is known color: Eggplant. HEX triplet: 82, 0D and 59. RGB value is (130,13,89). Sum of RGB (Red+Green+Blue) = 130+13+89=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #820D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D59 is #7DF2A6. Grayscale: #383838. Windows color (decimal): -8254119 or 5836162. OLE color: 5836162.

HSL color Cylindrical-coordinate representation of color #820D59: hue angle of 321.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D59 is Cyan = 0, Magento = 0.9, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 13 89 -
CMYK 0 0.9 0.32 0.49
HSL 321.03º 0.82% 0.28% -
HSV(B) 321.03º 0.9% 0.51% -
XYZ 11.15 5.75 9.97 -
YUV 56.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 130 13 89 0 0.9 0.32 0.49 321.03 0.82 0.28
Hex 82 D 59 0 5A 20 31 141 52 1C
Octal 202 15 131 0 132 40 61 501 122 34
Binary 10000010 1101 1011001 0 1011010 100000 110001 101000001 1010010 11100

Color Harmonies of #820D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D59

Black with #820D59

Text Example


Text Example

White with #820D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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