Html Css Color HEX #841064 Eggplant

📋 copy color: '#841064'

red 132 ◦ green 16 ◦ blue 100

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

Shades of Eggplant #841064

Tints of Eggplant #841064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 53.23%
G = 6.45%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#841064 (or 0x841064) is known color: Eggplant. HEX triplet: 84, 10 and 64. RGB value is (132,16,100). Sum of RGB (Red+Green+Blue) = 132+16+100=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #841064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841064 is #7BEF9B. Grayscale: #3C3C3C. Windows color (decimal): -8122268 or 6557828. OLE color: 6557828.

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

Color convert

RGB 132 16 100 -
CMYK 0 0.88 0.24 0.48
HSL 316.55º 0.78% 0.29% -
HSV(B) 316.55º 0.88% 0.52% -
XYZ 12 6.2 12.62 -
YUV 60.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 132 16 100 0 0.88 0.24 0.48 316.55 0.78 0.29
Hex 84 10 64 0 58 18 30 13D 4E 1D
Octal 204 20 144 0 130 30 60 475 116 35
Binary 10000100 10000 1100100 0 1011000 11000 110000 100111101 1001110 11101

Color Harmonies of #841064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841064

Black with #841064

Text Example


Text Example

White with #841064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841064; }

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

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

background-color css

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

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

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

border-color css

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

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

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