Html Css Color HEX #840160 Eggplant

📋 copy color: '#840160'

red 132 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #840160

Tints of Eggplant #840160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 57.64%
G = 0.44%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#840160 (or 0x840160) is known color: Eggplant. HEX triplet: 84, 01 and 60. RGB value is (132,1,96). Sum of RGB (Red+Green+Blue) = 132+1+96=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #840160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840160 is #7BFE9F. Grayscale: #323232. Windows color (decimal): -8126112 or 6291844. OLE color: 6291844.

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

Color convert

RGB 132 1 96 -
CMYK 0 0.99 0.27 0.48
HSL 316.49º 0.98% 0.26% -
HSV(B) 316.49º 0.99% 0.52% -
XYZ 11.64 5.77 11.57 -
YUV 51 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 132 1 96 0 0.99 0.27 0.48 316.49 0.98 0.26
Hex 84 1 60 0 63 1B 30 13C 62 1A
Octal 204 1 140 0 143 33 60 474 142 32
Binary 10000100 1 1100000 0 1100011 11011 110000 100111100 1100010 11010

Color Harmonies of #840160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840160

Black with #840160

Text Example


Text Example

White with #840160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840160; }

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

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

background-color css

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

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

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

border-color css

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

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

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