Html Css Color HEX #820669 Eggplant

📋 copy color: '#820669'

red 130 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #820669

Tints of Eggplant #820669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 53.94%
G = 2.49%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#820669 (or 0x820669) is known color: Eggplant. HEX triplet: 82, 06 and 69. RGB value is (130,6,105). Sum of RGB (Red+Green+Blue) = 130+6+105=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #820669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820669 is #7DF996. Grayscale: #363636. Windows color (decimal): -8255895 or 6882946. OLE color: 6882946.

HSL color Cylindrical-coordinate representation of color #820669: hue angle of 312.1º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820669 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 6 105 -
CMYK 0 0.95 0.19 0.49
HSL 312.1º 0.91% 0.27% -
HSV(B) 312.1º 0.95% 0.51% -
XYZ 11.82 5.9 13.88 -
YUV 54.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 130 6 105 0 0.95 0.19 0.49 312.1 0.91 0.27
Hex 82 6 69 0 5F 13 31 138 5B 1B
Octal 202 6 151 0 137 23 61 470 133 33
Binary 10000010 110 1101001 0 1011111 10011 110001 100111000 1011011 11011

Color Harmonies of #820669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820669

Black with #820669

Text Example


Text Example

White with #820669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820669; }

 p { color: rgb(130,6,105); }

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

background-color css

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

 a { background-color: rgb(130,6,105); }

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

border-color css

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

 span { border-color: rgb(130,6,105); }

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