Html Css Color HEX #840255 Eggplant

📋 copy color: '#840255'

red 132 ◦ green 2 ◦ blue 85

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

Shades of Eggplant #840255

Tints of Eggplant #840255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 60.27%
G = 0.91%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#840255 (or 0x840255) is known color: Eggplant. HEX triplet: 84, 02 and 55. RGB value is (132,2,85). Sum of RGB (Red+Green+Blue) = 132+2+85=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #840255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840255 is #7BFDAA. Grayscale: #323232. Windows color (decimal): -8125867 or 5571204. OLE color: 5571204.

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

Color convert

RGB 132 2 85 -
CMYK 0 0.98 0.36 0.48
HSL 321.69º 0.97% 0.26% -
HSV(B) 321.69º 0.98% 0.52% -
XYZ 11.18 5.6 9.09 -
YUV 50.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 132 2 85 0 0.98 0.36 0.48 321.69 0.97 0.26
Hex 84 2 55 0 62 24 30 142 61 1A
Octal 204 2 125 0 142 44 60 502 141 32
Binary 10000100 10 1010101 0 1100010 100100 110000 101000010 1100001 11010

Color Harmonies of #840255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840255

Black with #840255

Text Example


Text Example

White with #840255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840255; }

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

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

background-color css

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

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

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

border-color css

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

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

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