Html Css Color HEX #84085D Eggplant

📋 copy color: '#84085D'

red 132 ◦ green 8 ◦ blue 93

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

Shades of Eggplant #84085D

Tints of Eggplant #84085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.43%

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

R = 56.65%
G = 3.43%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84085D (or 0x84085D) is known color: Eggplant. HEX triplet: 84, 08 and 5D. RGB value is (132,8,93). Sum of RGB (Red+Green+Blue) = 132+8+93=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84085D is #7BF7A2. Grayscale: #363636. Windows color (decimal): -8124323 or 6097028. OLE color: 6097028.

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

Color convert

RGB 132 8 93 -
CMYK 0 0.94 0.30 0.48
HSL 318.87º 0.89% 0.27% -
HSV(B) 318.87º 0.94% 0.52% -
XYZ 11.58 5.87 10.88 -
YUV 54.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 132 8 93 0 0.94 0.30 0.48 318.87 0.89 0.27
Hex 84 8 5D 0 5E 1E 30 13F 59 1B
Octal 204 10 135 0 136 36 60 477 131 33
Binary 10000100 1000 1011101 0 1011110 11110 110000 100111111 1011001 11011

Color Harmonies of #84085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84085D

Black with #84085D

Text Example


Text Example

White with #84085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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