Html Css Color HEX #840B64 Eggplant

📋 copy color: '#840B64'

red 132 ◦ green 11 ◦ blue 100

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

Shades of Eggplant #840B64

Tints of Eggplant #840B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.53%

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

R = 54.32%
G = 4.53%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#840B64 (or 0x840B64) is known color: Eggplant. HEX triplet: 84, 0B and 64. RGB value is (132,11,100). Sum of RGB (Red+Green+Blue) = 132+11+100=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #840B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B64 is #7BF49B. Grayscale: #393939. Windows color (decimal): -8123548 or 6556548. OLE color: 6556548.

HSL color Cylindrical-coordinate representation of color #840B64: hue angle of 315.87º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B64 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 100 -
CMYK 0 0.92 0.24 0.48
HSL 315.87º 0.85% 0.28% -
HSV(B) 315.87º 0.92% 0.52% -
XYZ 11.94 6.06 12.6 -
YUV 57.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 132 11 100 0 0.92 0.24 0.48 315.87 0.85 0.28
Hex 84 B 64 0 5C 18 30 13C 55 1C
Octal 204 13 144 0 134 30 60 474 125 34
Binary 10000100 1011 1100100 0 1011100 11000 110000 100111100 1010101 11100

Color Harmonies of #840B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B64

Black with #840B64

Text Example


Text Example

White with #840B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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