Html Css Color HEX #840164 Eggplant

📋 copy color: '#840164'

red 132 ◦ green 1 ◦ blue 100

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

Shades of Eggplant #840164

Tints of Eggplant #840164

RGB

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

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

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

R = 56.65%
G = 0.43%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#840164 (or 0x840164) is known color: Eggplant. HEX triplet: 84, 01 and 64. RGB value is (132,1,100). Sum of RGB (Red+Green+Blue) = 132+1+100=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #840164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840164 is #7BFE9B. Grayscale: #333333. Windows color (decimal): -8126108 or 6553988. OLE color: 6553988.

HSL color Cylindrical-coordinate representation of color #840164: hue angle of 314.66º 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 #840164 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 100 -
CMYK 0 0.99 0.24 0.48
HSL 314.66º 0.98% 0.26% -
HSV(B) 314.66º 0.99% 0.52% -
XYZ 11.83 5.85 12.56 -
YUV 51.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 132 1 100 0 0.99 0.24 0.48 314.66 0.98 0.26
Hex 84 1 64 0 63 18 30 13B 62 1A
Octal 204 1 144 0 143 30 60 473 142 32
Binary 10000100 1 1100100 0 1100011 11000 110000 100111011 1100010 11010

Color Harmonies of #840164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840164

Black with #840164

Text Example


Text Example

White with #840164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840164; }

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

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

background-color css

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

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

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

border-color css

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

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

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