Html Css Color HEX #84006B Eggplant

📋 copy color: '#84006B'

red 132 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #84006B

Tints of Eggplant #84006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 55.23%
G = 0%
B = 44.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84006B (or 0x84006B) is known color: Eggplant. HEX triplet: 84, 00 and 6B. RGB value is (132,0,107). Sum of RGB (Red+Green+Blue) = 132+0+107=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #84006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84006B is #7BFF94. Grayscale: #333333. Windows color (decimal): -8126357 or 7012484. OLE color: 7012484.

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

Color convert

RGB 132 0 107 -
CMYK 0 1 0.19 0.48
HSL 311.36º 1% 0.26% -
HSV(B) 311.36º 1% 0.52% -
XYZ 12.17 5.97 14.42 -
YUV 51.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 132 0 107 0 1 0.19 0.48 311.36 1 0.26
Hex 84 0 6B 0 64 13 30 137 64 1A
Octal 204 0 153 0 144 23 60 467 144 32
Binary 10000100 0 1101011 0 1100100 10011 110000 100110111 1100100 11010

Color Harmonies of #84006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84006B

Black with #84006B

Text Example


Text Example

White with #84006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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