Html Css Color HEX #840666 Eggplant

📋 copy color: '#840666'

red 132 ◦ green 6 ◦ blue 102

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

Shades of Eggplant #840666

Tints of Eggplant #840666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 55%
G = 2.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#840666 (or 0x840666) is known color: Eggplant. HEX triplet: 84, 06 and 66. RGB value is (132,6,102). Sum of RGB (Red+Green+Blue) = 132+6+102=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #840666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840666 is #7BF999. Grayscale: #363636. Windows color (decimal): -8124826 or 6686340. OLE color: 6686340.

HSL color Cylindrical-coordinate representation of color #840666: hue angle of 314.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840666 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 6 102 -
CMYK 0 0.95 0.23 0.48
HSL 314.29º 0.91% 0.27% -
HSV(B) 314.29º 0.95% 0.52% -
XYZ 11.98 6 13.1 -
YUV 54.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 132 6 102 0 0.95 0.23 0.48 314.29 0.91 0.27
Hex 84 6 66 0 5F 17 30 13A 5B 1B
Octal 204 6 146 0 137 27 60 472 133 33
Binary 10000100 110 1100110 0 1011111 10111 110000 100111010 1011011 11011

Color Harmonies of #840666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840666

Black with #840666

Text Example


Text Example

White with #840666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840666; }

 p { color: rgb(132,6,102); }

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

background-color css

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

 a { background-color: rgb(132,6,102); }

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

border-color css

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

 span { border-color: rgb(132,6,102); }

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