Html Css Color HEX #84045F Eggplant

📋 copy color: '#84045F'

red 132 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #84045F

Tints of Eggplant #84045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 57.14%
G = 1.73%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84045F (or 0x84045F) is known color: Eggplant. HEX triplet: 84, 04 and 5F. RGB value is (132,4,95). Sum of RGB (Red+Green+Blue) = 132+4+95=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84045F is #7BFBA0. Grayscale: #343434. Windows color (decimal): -8125345 or 6227076. OLE color: 6227076.

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

Color convert

RGB 132 4 95 -
CMYK 0 0.97 0.28 0.48
HSL 317.34º 0.94% 0.27% -
HSV(B) 317.34º 0.97% 0.52% -
XYZ 11.62 5.82 11.34 -
YUV 52.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 132 4 95 0 0.97 0.28 0.48 317.34 0.94 0.27
Hex 84 4 5F 0 61 1C 30 13D 5E 1B
Octal 204 4 137 0 141 34 60 475 136 33
Binary 10000100 100 1011111 0 1100001 11100 110000 100111101 1011110 11011

Color Harmonies of #84045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84045F

Black with #84045F

Text Example


Text Example

White with #84045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84045F; }

 p { color: rgb(132,4,95); }

 H1.HeaderClassName
 {
   color: #84045F;
 }
 .AnyTagClassName
 {
   color: #84045F;
 }
</style>

background-color css

<style>
 a { background-color: #84045F; }

 a { background-color: rgb(132,4,95); }

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

border-color css

<style>
 span { border-color: #84045F; }

 span { border-color: rgb(132,4,95); }

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