Html Css Color HEX #84085C Eggplant

📋 copy color: '#84085C'

red 132 ◦ green 8 ◦ blue 92

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

Shades of Eggplant #84085C

Tints of Eggplant #84085C

RGB

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

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

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

R = 56.9%
G = 3.45%
B = 39.66%

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

#84085C (or 0x84085C) is known color: Eggplant. HEX triplet: 84, 08 and 5C. RGB value is (132,8,92). Sum of RGB (Red+Green+Blue) = 132+8+92=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84085C is #7BF7A3. Grayscale: #363636. Windows color (decimal): -8124324 or 6031492. OLE color: 6031492.

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

Color convert

RGB 132 8 92 -
CMYK 0 0.94 0.30 0.48
HSL 319.35º 0.89% 0.27% -
HSV(B) 319.35º 0.94% 0.52% -
XYZ 11.53 5.85 10.65 -
YUV 54.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 132 8 92 0 0.94 0.30 0.48 319.35 0.89 0.27
Hex 84 8 5C 0 5E 1E 30 13F 59 1B
Octal 204 10 134 0 136 36 60 477 131 33
Binary 10000100 1000 1011100 0 1011110 11110 110000 100111111 1011001 11011

Color Harmonies of #84085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84085C

Black with #84085C

Text Example


Text Example

White with #84085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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