Html Css Color HEX #84155D Eggplant

📋 copy color: '#84155D'

red 132 ◦ green 21 ◦ blue 93

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

Shades of Eggplant #84155D

Tints of Eggplant #84155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 53.66%
G = 8.54%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84155D (or 0x84155D) is known color: Eggplant. HEX triplet: 84, 15 and 5D. RGB value is (132,21,93). Sum of RGB (Red+Green+Blue) = 132+21+93=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84155D is #7BEAA2. Grayscale: #3E3E3E. Windows color (decimal): -8120995 or 6100356. OLE color: 6100356.

HSL color Cylindrical-coordinate representation of color #84155D: hue angle of 321.08º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84155D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 93 -
CMYK 0 0.84 0.30 0.48
HSL 321.08º 0.73% 0.3% -
HSV(B) 321.08º 0.84% 0.52% -
XYZ 11.76 6.23 10.94 -
YUV 62.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 132 21 93 0 0.84 0.30 0.48 321.08 0.73 0.3
Hex 84 15 5D 0 54 1E 30 141 49 1E
Octal 204 25 135 0 124 36 60 501 111 36
Binary 10000100 10101 1011101 0 1010100 11110 110000 101000001 1001001 11110

Color Harmonies of #84155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84155D

Black with #84155D

Text Example


Text Example

White with #84155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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