Html Css Color HEX #820D55 Eggplant

📋 copy color: '#820D55'

red 130 ◦ green 13 ◦ blue 85

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

Shades of Eggplant #820D55

Tints of Eggplant #820D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 57.02%
G = 5.7%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#820D55 (or 0x820D55) is known color: Eggplant. HEX triplet: 82, 0D and 55. RGB value is (130,13,85). Sum of RGB (Red+Green+Blue) = 130+13+85=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #820D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D55 is #7DF2AA. Grayscale: #383838. Windows color (decimal): -8254123 or 5574018. OLE color: 5574018.

HSL color Cylindrical-coordinate representation of color #820D55: hue angle of 323.08º 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 #820D55 is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 13 85 -
CMYK 0 0.9 0.35 0.49
HSL 323.08º 0.82% 0.28% -
HSV(B) 323.08º 0.9% 0.51% -
XYZ 10.99 5.69 9.11 -
YUV 56.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 130 13 85 0 0.9 0.35 0.49 323.08 0.82 0.28
Hex 82 D 55 0 5A 23 31 143 52 1C
Octal 202 15 125 0 132 43 61 503 122 34
Binary 10000010 1101 1010101 0 1011010 100011 110001 101000011 1010010 11100

Color Harmonies of #820D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D55

Black with #820D55

Text Example


Text Example

White with #820D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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