Html Css Color HEX #84155C Eggplant

📋 copy color: '#84155C'

red 132 ◦ green 21 ◦ blue 92

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

Shades of Eggplant #84155C

Tints of Eggplant #84155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 53.88%
G = 8.57%
B = 37.55%

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

#84155C (or 0x84155C) is known color: Eggplant. HEX triplet: 84, 15 and 5C. RGB value is (132,21,92). Sum of RGB (Red+Green+Blue) = 132+21+92=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84155C is #7BEAA3. Grayscale: #3E3E3E. Windows color (decimal): -8120996 or 6034820. OLE color: 6034820.

HSL color Cylindrical-coordinate representation of color #84155C: hue angle of 321.62º 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 #84155C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 92 -
CMYK 0 0.84 0.30 0.48
HSL 321.62º 0.73% 0.3% -
HSV(B) 321.62º 0.84% 0.52% -
XYZ 11.72 6.21 10.71 -
YUV 62.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 132 21 92 0 0.84 0.30 0.48 321.62 0.73 0.3
Hex 84 15 5C 0 54 1E 30 142 49 1E
Octal 204 25 134 0 124 36 60 502 111 36
Binary 10000100 10101 1011100 0 1010100 11110 110000 101000010 1001001 11110

Color Harmonies of #84155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84155C

Black with #84155C

Text Example


Text Example

White with #84155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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