Html Css Color HEX #840B5D Eggplant

📋 copy color: '#840B5D'

red 132 ◦ green 11 ◦ blue 93

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

Shades of Eggplant #840B5D

Tints of Eggplant #840B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.66%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 55.93%
G = 4.66%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#840B5D (or 0x840B5D) is known color: Eggplant. HEX triplet: 84, 0B and 5D. RGB value is (132,11,93). Sum of RGB (Red+Green+Blue) = 132+11+93=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #840B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B5D is #7BF4A2. Grayscale: #383838. Windows color (decimal): -8123555 or 6097796. OLE color: 6097796.

HSL color Cylindrical-coordinate representation of color #840B5D: hue angle of 319.34º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B5D is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 93 -
CMYK 0 0.92 0.30 0.48
HSL 319.34º 0.85% 0.28% -
HSV(B) 319.34º 0.92% 0.52% -
XYZ 11.61 5.94 10.89 -
YUV 56.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 132 11 93 0 0.92 0.30 0.48 319.34 0.85 0.28
Hex 84 B 5D 0 5C 1E 30 13F 55 1C
Octal 204 13 135 0 134 36 60 477 125 34
Binary 10000100 1011 1011101 0 1011100 11110 110000 100111111 1010101 11100

Color Harmonies of #840B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B5D

Black with #840B5D

Text Example


Text Example

White with #840B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840B5D; }

 p { color: rgb(132,11,93); }

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

background-color css

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

 a { background-color: rgb(132,11,93); }

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

border-color css

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

 span { border-color: rgb(132,11,93); }

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