Html Css Color HEX #820466 Eggplant

📋 copy color: '#820466'

red 130 ◦ green 4 ◦ blue 102

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

Shades of Eggplant #820466

Tints of Eggplant #820466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 55.08%
G = 1.69%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#820466 (or 0x820466) is known color: Eggplant. HEX triplet: 82, 04 and 66. RGB value is (130,4,102). Sum of RGB (Red+Green+Blue) = 130+4+102=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820466 is #7DFB99. Grayscale: #343434. Windows color (decimal): -8256410 or 6685826. OLE color: 6685826.

HSL color Cylindrical-coordinate representation of color #820466: hue angle of 313.33º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820466 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 102 -
CMYK 0 0.97 0.22 0.49
HSL 313.33º 0.94% 0.26% -
HSV(B) 313.33º 0.97% 0.51% -
XYZ 11.65 5.79 13.07 -
YUV 52.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 130 4 102 0 0.97 0.22 0.49 313.33 0.94 0.26
Hex 82 4 66 0 61 16 31 139 5E 1A
Octal 202 4 146 0 141 26 61 471 136 32
Binary 10000010 100 1100110 0 1100001 10110 110001 100111001 1011110 11010

Color Harmonies of #820466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820466

Black with #820466

Text Example


Text Example

White with #820466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820466; }

 p { color: rgb(130,4,102); }

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

background-color css

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

 a { background-color: rgb(130,4,102); }

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

border-color css

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

 span { border-color: rgb(130,4,102); }

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