#8B0D6D

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

Shades of Eggplant #8B0D6D

Tints of Eggplant #8B0D6D

Color information

#8B0D6D (or 0x8B0D6D) is unknown color: approx Eggplant. HEX triplet: 8B, 0D and 6D. RGB value is (139,13,109). Sum of RGB (Red+Green+Blue) = 139+13+109=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D6D is #74F292. Grayscale: #3D3D3D. Windows color (decimal): -7664275 or 7146891. OLE color: 7146891.

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

Color convert

RGB13913109-
CMYK00.910.220.45
HSL314.29º82.89%29.8%-
HSV(B)314.29º90.65%54.51%-
XYZ13.556.8815.08-
YUV61.62154.74183.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=53.26%
G=4.98%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391310900.910.220.45314.2982.8929.8
Hex8BD6D05B162D13a531e
Octal213151550133265547212336
Binary10001011110111011010101101110110101101100111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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