#8B0D5F

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

Shades of Eggplant #8B0D5F

Tints of Eggplant #8B0D5F

Color information

#8B0D5F (or 0x8B0D5F) is unknown color: approx Eggplant. HEX triplet: 8B, 0D and 5F. RGB value is (139,13,95). Sum of RGB (Red+Green+Blue) = 139+13+95=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D5F is #74F2A0. Grayscale: #3B3B3B. Windows color (decimal): -7664289 or 6229387. OLE color: 6229387.

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

Color convert

RGB1391395-
CMYK00.910.320.45
HSL320.95º82.89%29.8%-
HSV(B)320.95º90.65%54.51%-
XYZ12.866.611.42-
YUV60.02147.74184.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=56.28%
G=5.26%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139139500.910.320.45320.9582.8929.8
Hex8BD5F05B202D141531e
Octal213151370133405550112336
Binary100010111101101111101011011100000101101101000001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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