Html Css Color HEX #84125D Eggplant

📋 copy color: '#84125D'

red 132 ◦ green 18 ◦ blue 93

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

Shades of Eggplant #84125D

Tints of Eggplant #84125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 54.32%
G = 7.41%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84125D (or 0x84125D) is known color: Eggplant. HEX triplet: 84, 12 and 5D. RGB value is (132,18,93). Sum of RGB (Red+Green+Blue) = 132+18+93=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84125D is #7BEDA2. Grayscale: #3C3C3C. Windows color (decimal): -8121763 or 6099588. OLE color: 6099588.

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

Color convert

RGB 132 18 93 -
CMYK 0 0.86 0.30 0.48
HSL 320.53º 0.76% 0.29% -
HSV(B) 320.53º 0.86% 0.52% -
XYZ 11.71 6.13 10.92 -
YUV 60.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 132 18 93 0 0.86 0.30 0.48 320.53 0.76 0.29
Hex 84 12 5D 0 56 1E 30 141 4C 1D
Octal 204 22 135 0 126 36 60 501 114 35
Binary 10000100 10010 1011101 0 1010110 11110 110000 101000001 1001100 11101

Color Harmonies of #84125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84125D

Black with #84125D

Text Example


Text Example

White with #84125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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