Html Css Color HEX #840165 Eggplant

📋 copy color: '#840165'

red 132 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #840165

Tints of Eggplant #840165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 56.41%
G = 0.43%
B = 43.16%

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

#840165 (or 0x840165) is known color: Eggplant. HEX triplet: 84, 01 and 65. RGB value is (132,1,101). Sum of RGB (Red+Green+Blue) = 132+1+101=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #840165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840165 is #7BFE9A. Grayscale: #333333. Windows color (decimal): -8126107 or 6619524. OLE color: 6619524.

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

Color convert

RGB 132 1 101 -
CMYK 0 0.99 0.23 0.48
HSL 314.2º 0.98% 0.26% -
HSV(B) 314.2º 0.99% 0.52% -
XYZ 11.88 5.87 12.82 -
YUV 51.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 132 1 101 0 0.99 0.23 0.48 314.2 0.98 0.26
Hex 84 1 65 0 63 17 30 13A 62 1A
Octal 204 1 145 0 143 27 60 472 142 32
Binary 10000100 1 1100101 0 1100011 10111 110000 100111010 1100010 11010

Color Harmonies of #840165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840165

Black with #840165

Text Example


Text Example

White with #840165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840165; }

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

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

background-color css

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

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

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

border-color css

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

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

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