Html Css Color HEX #84055D Eggplant

📋 copy color: '#84055D'

red 132 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #84055D

Tints of Eggplant #84055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 57.39%
G = 2.17%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84055D (or 0x84055D) is known color: Eggplant. HEX triplet: 84, 05 and 5D. RGB value is (132,5,93). Sum of RGB (Red+Green+Blue) = 132+5+93=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84055D is #7BFAA2. Grayscale: #343434. Windows color (decimal): -8125091 or 6096260. OLE color: 6096260.

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

Color convert

RGB 132 5 93 -
CMYK 0 0.96 0.30 0.48
HSL 318.43º 0.93% 0.27% -
HSV(B) 318.43º 0.96% 0.52% -
XYZ 11.55 5.8 10.87 -
YUV 53.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 132 5 93 0 0.96 0.30 0.48 318.43 0.93 0.27
Hex 84 5 5D 0 60 1E 30 13E 5D 1B
Octal 204 5 135 0 140 36 60 476 135 33
Binary 10000100 101 1011101 0 1100000 11110 110000 100111110 1011101 11011

Color Harmonies of #84055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84055D

Black with #84055D

Text Example


Text Example

White with #84055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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