#8B0D5C

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

Shades of Eggplant #8B0D5C

Tints of Eggplant #8B0D5C

Color information

#8B0D5C (or 0x8B0D5C) is unknown color: approx Eggplant. HEX triplet: 8B, 0D and 5C. RGB value is (139,13,92). Sum of RGB (Red+Green+Blue) = 139+13+92=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D5C is #74F2A3. Grayscale: #3B3B3B. Windows color (decimal): -7664292 or 6032779. OLE color: 6032779.

HSL color Cylindrical-coordinate representation of color #8B0D5C: hue angle of 322.38º 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 #8B0D5C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1391392-
CMYK00.910.340.45
HSL322.38º82.89%29.8%-
HSV(B)322.38º90.65%54.51%-
XYZ12.726.5510.72-
YUV59.68146.24184.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.97%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=56.97%
G=5.33%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139139200.910.340.45322.3882.8929.8
Hex8BD5C05B222D142531e
Octal213151340133425550212336
Binary100010111101101110001011011100010101101101000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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