#8B0E65

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

Shades of Eggplant #8B0E65

Tints of Eggplant #8B0E65

Color information

#8B0E65 (or 0x8B0E65) is unknown color: approx Eggplant. HEX triplet: 8B, 0E and 65. RGB value is (139,14,101). Sum of RGB (Red+Green+Blue) = 139+14+101=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E65 is #74F19A. Grayscale: #3D3D3D. Windows color (decimal): -7664027 or 6622859. OLE color: 6622859.

HSL color Cylindrical-coordinate representation of color #8B0E65: hue angle of 318.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E65 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13914101-
CMYK00.900.270.45
HSL318.24º81.7%30%-
HSV(B)318.24º89.93%54.51%-
XYZ13.156.7412.92-
YUV61.29150.41183.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=54.72%
G=5.51%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391410100.900.270.45318.2481.730
Hex8BE6505A1B2D13e521e
Octal213161450132335547612236
Binary10001011111011001010101101011011101101100111110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,101); }

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

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

 a { background-color: rgb(139,14,101); }

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

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

 span { border-color: rgb(139,14,101); }

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