Html Css Color HEX #840964 Eggplant

📋 copy color: '#840964'

red 132 ◦ green 9 ◦ blue 100

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

Shades of Eggplant #840964

Tints of Eggplant #840964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

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

R = 54.77%
G = 3.73%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#840964 (or 0x840964) is known color: Eggplant. HEX triplet: 84, 09 and 64. RGB value is (132,9,100). Sum of RGB (Red+Green+Blue) = 132+9+100=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #840964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840964 is #7BF69B. Grayscale: #373737. Windows color (decimal): -8124060 or 6556036. OLE color: 6556036.

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

Color convert

RGB 132 9 100 -
CMYK 0 0.93 0.24 0.48
HSL 315.61º 0.87% 0.28% -
HSV(B) 315.61º 0.93% 0.52% -
XYZ 11.91 6.02 12.59 -
YUV 56.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 132 9 100 0 0.93 0.24 0.48 315.61 0.87 0.28
Hex 84 9 64 0 5D 18 30 13C 57 1C
Octal 204 11 144 0 135 30 60 474 127 34
Binary 10000100 1001 1100100 0 1011101 11000 110000 100111100 1010111 11100

Color Harmonies of #840964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840964

Black with #840964

Text Example


Text Example

White with #840964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840964; }

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

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

background-color css

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

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

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

border-color css

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

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

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