Html Css Color HEX #84006A Eggplant

📋 copy color: '#84006A'

red 132 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #84006A

Tints of Eggplant #84006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 55.46%
G = 0%
B = 44.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84006A (or 0x84006A) is known color: Eggplant. HEX triplet: 84, 00 and 6A. RGB value is (132,0,106). Sum of RGB (Red+Green+Blue) = 132+0+106=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #84006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84006A is #7BFF95. Grayscale: #333333. Windows color (decimal): -8126358 or 6946948. OLE color: 6946948.

HSL color Cylindrical-coordinate representation of color #84006A: hue angle of 311.82º 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 #84006A is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 106 -
CMYK 0 1 0.20 0.48
HSL 311.82º 1% 0.26% -
HSV(B) 311.82º 1% 0.52% -
XYZ 12.12 5.95 14.14 -
YUV 51.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 132 0 106 0 1 0.20 0.48 311.82 1 0.26
Hex 84 0 6A 0 64 14 30 138 64 1A
Octal 204 0 152 0 144 24 60 470 144 32
Binary 10000100 0 1101010 0 1100100 10100 110000 100111000 1100100 11010

Color Harmonies of #84006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84006A

Black with #84006A

Text Example


Text Example

White with #84006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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