Html Css Color HEX #840156 Eggplant

📋 copy color: '#840156'

red 132 ◦ green 1 ◦ blue 86

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

Shades of Eggplant #840156

Tints of Eggplant #840156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 60.27%
G = 0.46%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#840156 (or 0x840156) is known color: Eggplant. HEX triplet: 84, 01 and 56. RGB value is (132,1,86). Sum of RGB (Red+Green+Blue) = 132+1+86=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #840156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840156 is #7BFEA9. Grayscale: #313131. Windows color (decimal): -8126122 or 5636484. OLE color: 5636484.

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

Color convert

RGB 132 1 86 -
CMYK 0 0.99 0.35 0.48
HSL 321.07º 0.98% 0.26% -
HSV(B) 321.07º 0.99% 0.52% -
XYZ 11.21 5.6 9.29 -
YUV 49.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 132 1 86 0 0.99 0.35 0.48 321.07 0.98 0.26
Hex 84 1 56 0 63 23 30 141 62 1A
Octal 204 1 126 0 143 43 60 501 142 32
Binary 10000100 1 1010110 0 1100011 100011 110000 101000001 1100010 11010

Color Harmonies of #840156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840156

Black with #840156

Text Example


Text Example

White with #840156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840156; }

 p { color: rgb(132,1,86); }

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

background-color css

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

 a { background-color: rgb(132,1,86); }

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

border-color css

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

 span { border-color: rgb(132,1,86); }

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