Html Css Color HEX #84015D Eggplant

📋 copy color: '#84015D'

red 132 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #84015D

Tints of Eggplant #84015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 58.41%
G = 0.44%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84015D (or 0x84015D) is known color: Eggplant. HEX triplet: 84, 01 and 5D. RGB value is (132,1,93). Sum of RGB (Red+Green+Blue) = 132+1+93=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84015D is #7BFEA2. Grayscale: #323232. Windows color (decimal): -8126115 or 6095236. OLE color: 6095236.

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

Color convert

RGB 132 1 93 -
CMYK 0 0.99 0.30 0.48
HSL 317.86º 0.98% 0.26% -
HSV(B) 317.86º 0.99% 0.52% -
XYZ 11.5 5.72 10.85 -
YUV 50.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 132 1 93 0 0.99 0.30 0.48 317.86 0.98 0.26
Hex 84 1 5D 0 63 1E 30 13E 62 1A
Octal 204 1 135 0 143 36 60 476 142 32
Binary 10000100 1 1011101 0 1100011 11110 110000 100111110 1100010 11010

Color Harmonies of #84015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84015D

Black with #84015D

Text Example


Text Example

White with #84015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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