Html Css Color HEX #840863 Eggplant

📋 copy color: '#840863'

red 132 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #840863

Tints of Eggplant #840863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 55.23%
G = 3.35%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#840863 (or 0x840863) is known color: Eggplant. HEX triplet: 84, 08 and 63. RGB value is (132,8,99). Sum of RGB (Red+Green+Blue) = 132+8+99=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #840863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840863 is #7BF79C. Grayscale: #373737. Windows color (decimal): -8124317 or 6490244. OLE color: 6490244.

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

Color convert

RGB 132 8 99 -
CMYK 0 0.94 0.25 0.48
HSL 315.97º 0.89% 0.27% -
HSV(B) 315.97º 0.94% 0.52% -
XYZ 11.85 5.98 12.33 -
YUV 55.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 132 8 99 0 0.94 0.25 0.48 315.97 0.89 0.27
Hex 84 8 63 0 5E 19 30 13C 59 1B
Octal 204 10 143 0 136 31 60 474 131 33
Binary 10000100 1000 1100011 0 1011110 11001 110000 100111100 1011001 11011

Color Harmonies of #840863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840863

Black with #840863

Text Example


Text Example

White with #840863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840863; }

 p { color: rgb(132,8,99); }

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

background-color css

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

 a { background-color: rgb(132,8,99); }

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

border-color css

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

 span { border-color: rgb(132,8,99); }

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