Html Css Color HEX #820166 Eggplant

📋 copy color: '#820166'

red 130 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #820166

Tints of Eggplant #820166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 55.79%
G = 0.43%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#820166 (or 0x820166) is known color: Eggplant. HEX triplet: 82, 01 and 66. RGB value is (130,1,102). Sum of RGB (Red+Green+Blue) = 130+1+102=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #820166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820166 is #7DFE99. Grayscale: #323232. Windows color (decimal): -8257178 or 6685058. OLE color: 6685058.

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

Color convert

RGB 130 1 102 -
CMYK 0 0.99 0.22 0.49
HSL 313.02º 0.98% 0.26% -
HSV(B) 313.02º 0.99% 0.51% -
XYZ 11.62 5.73 13.06 -
YUV 51.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 130 1 102 0 0.99 0.22 0.49 313.02 0.98 0.26
Hex 82 1 66 0 63 16 31 139 62 1A
Octal 202 1 146 0 143 26 61 471 142 32
Binary 10000010 1 1100110 0 1100011 10110 110001 100111001 1100010 11010

Color Harmonies of #820166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820166

Black with #820166

Text Example


Text Example

White with #820166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820166; }

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

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

background-color css

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

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

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

border-color css

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

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

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