Html Css Color HEX #84025D Eggplant

📋 copy color: '#84025D'

red 132 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #84025D

Tints of Eggplant #84025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 58.15%
G = 0.88%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84025D (or 0x84025D) is known color: Eggplant. HEX triplet: 84, 02 and 5D. RGB value is (132,2,93). Sum of RGB (Red+Green+Blue) = 132+2+93=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84025D is #7BFDA2. Grayscale: #333333. Windows color (decimal): -8125859 or 6095492. OLE color: 6095492.

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

Color convert

RGB 132 2 93 -
CMYK 0 0.98 0.30 0.48
HSL 318º 0.97% 0.26% -
HSV(B) 318º 0.98% 0.52% -
XYZ 11.51 5.74 10.86 -
YUV 51.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 132 2 93 0 0.98 0.30 0.48 318 0.97 0.26
Hex 84 2 5D 0 62 1E 30 13E 61 1A
Octal 204 2 135 0 142 36 60 476 141 32
Binary 10000100 10 1011101 0 1100010 11110 110000 100111110 1100001 11010

Color Harmonies of #84025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84025D

Black with #84025D

Text Example


Text Example

White with #84025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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