Html Css Color HEX #840366 Eggplant

📋 copy color: '#840366'

red 132 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #840366

Tints of Eggplant #840366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 55.7%
G = 1.27%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#840366 (or 0x840366) is known color: Eggplant. HEX triplet: 84, 03 and 66. RGB value is (132,3,102). Sum of RGB (Red+Green+Blue) = 132+3+102=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #840366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840366 is #7BFC99. Grayscale: #343434. Windows color (decimal): -8125594 or 6685572. OLE color: 6685572.

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

Color convert

RGB 132 3 102 -
CMYK 0 0.98 0.23 0.48
HSL 313.95º 0.96% 0.26% -
HSV(B) 313.95º 0.98% 0.52% -
XYZ 11.95 5.93 13.09 -
YUV 52.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 132 3 102 0 0.98 0.23 0.48 313.95 0.96 0.26
Hex 84 3 66 0 62 17 30 13A 60 1A
Octal 204 3 146 0 142 27 60 472 140 32
Binary 10000100 11 1100110 0 1100010 10111 110000 100111010 1100000 11010

Color Harmonies of #840366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840366

Black with #840366

Text Example


Text Example

White with #840366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840366; }

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

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

background-color css

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

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

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

border-color css

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

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

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