Html Css Color HEX #84115A Eggplant

📋 copy color: '#84115A'

red 132 ◦ green 17 ◦ blue 90

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

Shades of Eggplant #84115A

Tints of Eggplant #84115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 55.23%
G = 7.11%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84115A (or 0x84115A) is known color: Eggplant. HEX triplet: 84, 11 and 5A. RGB value is (132,17,90). Sum of RGB (Red+Green+Blue) = 132+17+90=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #84115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84115A is #7BEEA5. Grayscale: #3B3B3B. Windows color (decimal): -8122022 or 5902724. OLE color: 5902724.

HSL color Cylindrical-coordinate representation of color #84115A: hue angle of 321.91º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84115A is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 90 -
CMYK 0 0.87 0.32 0.48
HSL 321.91º 0.77% 0.29% -
HSV(B) 321.91º 0.87% 0.52% -
XYZ 11.56 6.04 10.23 -
YUV 59.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 132 17 90 0 0.87 0.32 0.48 321.91 0.77 0.29
Hex 84 11 5A 0 57 20 30 142 4D 1D
Octal 204 21 132 0 127 40 60 502 115 35
Binary 10000100 10001 1011010 0 1010111 100000 110000 101000010 1001101 11101

Color Harmonies of #84115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84115A

Black with #84115A

Text Example


Text Example

White with #84115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84115A; }

 p { color: rgb(132,17,90); }

 H1.HeaderClassName
 {
   color: #84115A;
 }
 .AnyTagClassName
 {
   color: #84115A;
 }
</style>

background-color css

<style>
 a { background-color: #84115A; }

 a { background-color: rgb(132,17,90); }

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

border-color css

<style>
 span { border-color: #84115A; }

 span { border-color: rgb(132,17,90); }

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