Html Css Color HEX #84005B Eggplant

📋 copy color: '#84005B'

red 132 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #84005B

Tints of Eggplant #84005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 59.19%
G = 0%
B = 40.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84005B (or 0x84005B) is known color: Eggplant. HEX triplet: 84, 00 and 5B. RGB value is (132,0,91). Sum of RGB (Red+Green+Blue) = 132+0+91=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #84005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84005B is #7BFFA4. Grayscale: #313131. Windows color (decimal): -8126373 or 5963908. OLE color: 5963908.

HSL color Cylindrical-coordinate representation of color #84005B: hue angle of 318.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84005B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 91 -
CMYK 0 1 0.31 0.48
HSL 318.64º 1% 0.26% -
HSV(B) 318.64º 1% 0.52% -
XYZ 11.4 5.66 10.39 -
YUV 49.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 132 0 91 0 1 0.31 0.48 318.64 1 0.26
Hex 84 0 5B 0 64 1F 30 13F 64 1A
Octal 204 0 133 0 144 37 60 477 144 32
Binary 10000100 0 1011011 0 1100100 11111 110000 100111111 1100100 11010

Color Harmonies of #84005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84005B

Black with #84005B

Text Example


Text Example

White with #84005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84005B; }

 p { color: rgb(132,0,91); }

 H1.HeaderClassName
 {
   color: #84005B;
 }
 .AnyTagClassName
 {
   color: #84005B;
 }
</style>

background-color css

<style>
 a { background-color: #84005B; }

 a { background-color: rgb(132,0,91); }

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

border-color css

<style>
 span { border-color: #84005B; }

 span { border-color: rgb(132,0,91); }

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