#8B0B68

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

Shades of Eggplant #8B0B68

Tints of Eggplant #8B0B68

Color information

#8B0B68 (or 0x8B0B68) is unknown color: approx Eggplant. HEX triplet: 8B, 0B and 68. RGB value is (139,11,104). Sum of RGB (Red+Green+Blue) = 139+11+104=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B68 is #74F497. Grayscale: #3B3B3B. Windows color (decimal): -7664792 or 6818699. OLE color: 6818699.

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

Color convert

RGB13911104-
CMYK00.920.250.45
HSL316.41º85.33%29.41%-
HSV(B)316.41º92.09%54.51%-
XYZ13.276.7313.7-
YUV59.87152.91184.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=54.72%
G=4.33%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391110400.920.250.45316.4185.3329.41
Hex8BB6805C192D13c551d
Octal213131500134315547412535
Binary10001011101111010000101110011001101101100111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,11,104); }

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

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

 a { background-color: rgb(139,11,104); }

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

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

 span { border-color: rgb(139,11,104); }

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