#84036B

Color #84036B Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #84036B

Tints of Eggplant #84036B

Color information

#84036B (or 0x84036B) is unknown color: approx Eggplant. HEX triplet: 84, 03 and 6B. RGB value is (132,3,107). Sum of RGB (Red+Green+Blue) = 132+3+107=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84036B is #7BFC94. Grayscale: #353535. Windows color (decimal): -8125589 or 7013252. OLE color: 7013252.

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

Color convert

RGB1323107-
CMYK00.980.190.48
HSL311.63º95.56%26.47%-
HSV(B)311.63º97.73%51.76%-
XYZ12.26.0314.43-
YUV53.43158.24184.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=54.55%
G=1.24%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132310700.980.190.48311.6395.5626.47
Hex8436B0621330138601a
Octal20431530142236047014032
Binary100001001111010110110001010011110000100111000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84036B;
 }
 .AnyTagClassName
 {
   color: #84036B;
 }
</style>
background-color css

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

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

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

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

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

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