Html Css Color HEX #840850 Eggplant

📋 copy color: '#840850'

red 132 ◦ green 8 ◦ blue 80

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

Shades of Eggplant #840850

Tints of Eggplant #840850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 60%
G = 3.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#840850 (or 0x840850) is known color: Eggplant. HEX triplet: 84, 08 and 50. RGB value is (132,8,80). Sum of RGB (Red+Green+Blue) = 132+8+80=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #840850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840850 is #7BF7AF. Grayscale: #353535. Windows color (decimal): -8124336 or 5245060. OLE color: 5245060.

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

Color convert

RGB 132 8 80 -
CMYK 0 0.94 0.39 0.48
HSL 325.16º 0.89% 0.27% -
HSV(B) 325.16º 0.94% 0.52% -
XYZ 11.05 5.66 8.1 -
YUV 53.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 132 8 80 0 0.94 0.39 0.48 325.16 0.89 0.27
Hex 84 8 50 0 5E 27 30 145 59 1B
Octal 204 10 120 0 136 47 60 505 131 33
Binary 10000100 1000 1010000 0 1011110 100111 110000 101000101 1011001 11011

Color Harmonies of #840850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840850

Black with #840850

Text Example


Text Example

White with #840850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840850; }

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

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

background-color css

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

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

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

border-color css

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

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

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