Html Css Color HEX #84165E Eggplant

📋 copy color: '#84165E'

red 132 ◦ green 22 ◦ blue 94

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

Shades of Eggplant #84165E

Tints of Eggplant #84165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 53.23%
G = 8.87%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84165E (or 0x84165E) is known color: Eggplant. HEX triplet: 84, 16 and 5E. RGB value is (132,22,94). Sum of RGB (Red+Green+Blue) = 132+22+94=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84165E is #7BE9A1. Grayscale: #3E3E3E. Windows color (decimal): -8120738 or 6166148. OLE color: 6166148.

HSL color Cylindrical-coordinate representation of color #84165E: hue angle of 320.73º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84165E is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 94 -
CMYK 0 0.83 0.29 0.48
HSL 320.73º 0.71% 0.3% -
HSV(B) 320.73º 0.83% 0.52% -
XYZ 11.82 6.29 11.18 -
YUV 63.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 132 22 94 0 0.83 0.29 0.48 320.73 0.71 0.3
Hex 84 16 5E 0 53 1D 30 141 47 1E
Octal 204 26 136 0 123 35 60 501 107 36
Binary 10000100 10110 1011110 0 1010011 11101 110000 101000001 1000111 11110

Color Harmonies of #84165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84165E

Black with #84165E

Text Example


Text Example

White with #84165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84165E; }

 p { color: rgb(132,22,94); }

 H1.HeaderClassName
 {
   color: #84165E;
 }
 .AnyTagClassName
 {
   color: #84165E;
 }
</style>

background-color css

<style>
 a { background-color: #84165E; }

 a { background-color: rgb(132,22,94); }

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

border-color css

<style>
 span { border-color: #84165E; }

 span { border-color: rgb(132,22,94); }

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