Html Css Color HEX #840855 Eggplant

📋 copy color: '#840855'

red 132 ◦ green 8 ◦ blue 85

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

Shades of Eggplant #840855

Tints of Eggplant #840855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 58.67%
G = 3.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#840855 (or 0x840855) is known color: Eggplant. HEX triplet: 84, 08 and 55. RGB value is (132,8,85). Sum of RGB (Red+Green+Blue) = 132+8+85=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #840855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840855 is #7BF7AA. Grayscale: #353535. Windows color (decimal): -8124331 or 5572740. OLE color: 5572740.

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

Color convert

RGB 132 8 85 -
CMYK 0 0.94 0.36 0.48
HSL 322.74º 0.89% 0.27% -
HSV(B) 322.74º 0.94% 0.52% -
XYZ 11.24 5.74 9.11 -
YUV 53.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 132 8 85 0 0.94 0.36 0.48 322.74 0.89 0.27
Hex 84 8 55 0 5E 24 30 143 59 1B
Octal 204 10 125 0 136 44 60 503 131 33
Binary 10000100 1000 1010101 0 1011110 100100 110000 101000011 1011001 11011

Color Harmonies of #840855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840855

Black with #840855

Text Example


Text Example

White with #840855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840855; }

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

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

background-color css

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

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

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

border-color css

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

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

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