Html Css Color HEX #820662 Eggplant

📋 copy color: '#820662'

red 130 ◦ green 6 ◦ blue 98

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

Shades of Eggplant #820662

Tints of Eggplant #820662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 55.56%
G = 2.56%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#820662 (or 0x820662) is known color: Eggplant. HEX triplet: 82, 06 and 62. RGB value is (130,6,98). Sum of RGB (Red+Green+Blue) = 130+6+98=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #820662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820662 is #7DF99D. Grayscale: #353535. Windows color (decimal): -8255902 or 6424194. OLE color: 6424194.

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

Color convert

RGB 130 6 98 -
CMYK 0 0.95 0.25 0.49
HSL 315.48º 0.91% 0.27% -
HSV(B) 315.48º 0.95% 0.51% -
XYZ 11.48 5.76 12.06 -
YUV 53.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 130 6 98 0 0.95 0.25 0.49 315.48 0.91 0.27
Hex 82 6 62 0 5F 19 31 13B 5B 1B
Octal 202 6 142 0 137 31 61 473 133 33
Binary 10000010 110 1100010 0 1011111 11001 110001 100111011 1011011 11011

Color Harmonies of #820662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820662

Black with #820662

Text Example


Text Example

White with #820662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820662; }

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

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

background-color css

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

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

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

border-color css

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

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

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