Html Css Color HEX #840C64 Eggplant

📋 copy color: '#840C64'

red 132 ◦ green 12 ◦ blue 100

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

Shades of Eggplant #840C64

Tints of Eggplant #840C64

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

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

R = 54.1%
G = 4.92%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#840C64 (or 0x840C64) is known color: Eggplant. HEX triplet: 84, 0C and 64. RGB value is (132,12,100). Sum of RGB (Red+Green+Blue) = 132+12+100=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #840C64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C64 is #7BF39B. Grayscale: #393939. Windows color (decimal): -8123292 or 6556804. OLE color: 6556804.

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

Color convert

RGB 132 12 100 -
CMYK 0 0.91 0.24 0.48
HSL 316º 0.83% 0.28% -
HSV(B) 316º 0.91% 0.52% -
XYZ 11.95 6.09 12.6 -
YUV 57.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 132 12 100 0 0.91 0.24 0.48 316 0.83 0.28
Hex 84 C 64 0 5B 18 30 13C 53 1C
Octal 204 14 144 0 133 30 60 474 123 34
Binary 10000100 1100 1100100 0 1011011 11000 110000 100111100 1010011 11100

Color Harmonies of #840C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C64

Black with #840C64

Text Example


Text Example

White with #840C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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