#8B0A6F

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

Shades of Eggplant #8B0A6F

Tints of Eggplant #8B0A6F

Color information

#8B0A6F (or 0x8B0A6F) is unknown color: approx Eggplant. HEX triplet: 8B, 0A and 6F. RGB value is (139,10,111). Sum of RGB (Red+Green+Blue) = 139+10+111=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A6F is #74F590. Grayscale: #3B3B3B. Windows color (decimal): -7665041 or 7277195. OLE color: 7277195.

HSL color Cylindrical-coordinate representation of color #8B0A6F: hue angle of 313.02º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A6F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB13910111-
CMYK00.930.200.45
HSL313.02º86.58%29.22%-
HSV(B)313.02º92.81%54.51%-
XYZ13.636.8515.64-
YUV60.08156.74184.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.46%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=53.46%
G=3.85%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391011100.930.200.45313.0286.5829.22
Hex8BA6F05D142D139571d
Octal213121570135245547112735
Binary10001011101011011110101110110100101101100111001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,111); }

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

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

 a { background-color: rgb(139,10,111); }

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

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

 span { border-color: rgb(139,10,111); }

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