Html Css Color HEX #840260 Eggplant

📋 copy color: '#840260'

red 132 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #840260

Tints of Eggplant #840260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 57.39%
G = 0.87%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#840260 (or 0x840260) is known color: Eggplant. HEX triplet: 84, 02 and 60. RGB value is (132,2,96). Sum of RGB (Red+Green+Blue) = 132+2+96=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #840260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840260 is #7BFD9F. Grayscale: #333333. Windows color (decimal): -8125856 or 6292100. OLE color: 6292100.

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

Color convert

RGB 132 2 96 -
CMYK 0 0.98 0.27 0.48
HSL 316.62º 0.97% 0.26% -
HSV(B) 316.62º 0.98% 0.52% -
XYZ 11.65 5.79 11.57 -
YUV 51.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 132 2 96 0 0.98 0.27 0.48 316.62 0.97 0.26
Hex 84 2 60 0 62 1B 30 13D 61 1A
Octal 204 2 140 0 142 33 60 475 141 32
Binary 10000100 10 1100000 0 1100010 11011 110000 100111101 1100001 11010

Color Harmonies of #840260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840260

Black with #840260

Text Example


Text Example

White with #840260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840260; }

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

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

background-color css

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

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

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

border-color css

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

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

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