#841358

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

Shades of Eggplant #841358

Tints of Eggplant #841358

Color information

#841358 (or 0x841358) is unknown color: approx Eggplant. HEX triplet: 84, 13 and 58. RGB value is (132,19,88). Sum of RGB (Red+Green+Blue) = 132+19+88=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #841358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841358 is #7BECA7. Grayscale: #3C3C3C. Windows color (decimal): -8121512 or 5772164. OLE color: 5772164.

HSL color Cylindrical-coordinate representation of color #841358: hue angle of 323.36º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841358 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1321988-
CMYK00.860.330.48
HSL323.36º74.83%29.61%-
HSV(B)323.36º85.61%51.76%-
XYZ11.516.089.8-
YUV60.65143.44178.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.23%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=55.23%
G=7.95%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132198800.860.330.48323.3674.8329.61
Hex84135805621301434b1e
Octal204231300126416050311336
Binary1000010010011101100001010110100001110000101000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841358; }

 p { color: rgb(132,19,88); }

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

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

 a { background-color: rgb(132,19,88); }

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

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

 span { border-color: rgb(132,19,88); }

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