Html Css Color HEX #840865 Eggplant

📋 copy color: '#840865'

red 132 ◦ green 8 ◦ blue 101

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

Shades of Eggplant #840865

Tints of Eggplant #840865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 54.77%
G = 3.32%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#840865 (or 0x840865) is known color: Eggplant. HEX triplet: 84, 08 and 65. RGB value is (132,8,101). Sum of RGB (Red+Green+Blue) = 132+8+101=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #840865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840865 is #7BF79A. Grayscale: #373737. Windows color (decimal): -8124315 or 6621316. OLE color: 6621316.

HSL color Cylindrical-coordinate representation of color #840865: hue angle of 315º 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 #840865 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 101 -
CMYK 0 0.94 0.23 0.48
HSL 315º 0.89% 0.27% -
HSV(B) 315º 0.94% 0.52% -
XYZ 11.95 6.02 12.84 -
YUV 55.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 132 8 101 0 0.94 0.23 0.48 315 0.89 0.27
Hex 84 8 65 0 5E 17 30 13B 59 1B
Octal 204 10 145 0 136 27 60 473 131 33
Binary 10000100 1000 1100101 0 1011110 10111 110000 100111011 1011001 11011

Color Harmonies of #840865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840865

Black with #840865

Text Example


Text Example

White with #840865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840865; }

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

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

background-color css

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

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

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

border-color css

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

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

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