Html Css Color HEX #840166 Eggplant

📋 copy color: '#840166'

red 132 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #840166

Tints of Eggplant #840166

RGB

 RED value IS 132 (51.95% from 255) = 56.17%

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

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

R = 56.17%
G = 0.43%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#840166 (or 0x840166) is known color: Eggplant. HEX triplet: 84, 01 and 66. RGB value is (132,1,102). Sum of RGB (Red+Green+Blue) = 132+1+102=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #840166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840166 is #7BFE99. Grayscale: #333333. Windows color (decimal): -8126106 or 6685060. OLE color: 6685060.

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

Color convert

RGB 132 1 102 -
CMYK 0 0.99 0.23 0.48
HSL 313.74º 0.98% 0.26% -
HSV(B) 313.74º 0.99% 0.52% -
XYZ 11.92 5.89 13.08 -
YUV 51.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 132 1 102 0 0.99 0.23 0.48 313.74 0.98 0.26
Hex 84 1 66 0 63 17 30 13A 62 1A
Octal 204 1 146 0 143 27 60 472 142 32
Binary 10000100 1 1100110 0 1100011 10111 110000 100111010 1100010 11010

Color Harmonies of #840166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840166

Black with #840166

Text Example


Text Example

White with #840166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840166; }

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

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

background-color css

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

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

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

border-color css

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

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

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