#8B185F

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

Shades of Eggplant #8B185F

Tints of Eggplant #8B185F

Color information

#8B185F (or 0x8B185F) is unknown color: approx Eggplant. HEX triplet: 8B, 18 and 5F. RGB value is (139,24,95). Sum of RGB (Red+Green+Blue) = 139+24+95=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B185F is #74E7A0. Grayscale: #424242. Windows color (decimal): -7661473 or 6232203. OLE color: 6232203.

HSL color Cylindrical-coordinate representation of color #8B185F: hue angle of 322.96º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B185F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1392495-
CMYK00.830.320.45
HSL322.96º70.55%31.96%-
HSV(B)322.96º82.73%54.51%-
XYZ13.046.9711.48-
YUV66.48144.1179.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=53.88%
G=9.30%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139249500.830.320.45322.9670.5531.96
Hex8B185F053202D1434720
Octal213301370123405550310740
Binary10001011110001011111010100111000001011011010000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B185F; }

 p { color: rgb(139,24,95); }

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

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

 a { background-color: rgb(139,24,95); }

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

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

 span { border-color: rgb(139,24,95); }

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