Html Css Color HEX #820664 Eggplant

📋 copy color: '#820664'

red 130 ◦ green 6 ◦ blue 100

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

Shades of Eggplant #820664

Tints of Eggplant #820664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 55.08%
G = 2.54%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#820664 (or 0x820664) is known color: Eggplant. HEX triplet: 82, 06 and 64. RGB value is (130,6,100). Sum of RGB (Red+Green+Blue) = 130+6+100=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820664 is #7DF99B. Grayscale: #353535. Windows color (decimal): -8255900 or 6555266. OLE color: 6555266.

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

Color convert

RGB 130 6 100 -
CMYK 0 0.95 0.23 0.49
HSL 314.52º 0.91% 0.27% -
HSV(B) 314.52º 0.95% 0.51% -
XYZ 11.57 5.8 12.57 -
YUV 53.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 130 6 100 0 0.95 0.23 0.49 314.52 0.91 0.27
Hex 82 6 64 0 5F 17 31 13B 5B 1B
Octal 202 6 144 0 137 27 61 473 133 33
Binary 10000010 110 1100100 0 1011111 10111 110001 100111011 1011011 11011

Color Harmonies of #820664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820664

Black with #820664

Text Example


Text Example

White with #820664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820664; }

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

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

background-color css

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

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

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

border-color css

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

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

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