#8B1268

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

Shades of Eggplant #8B1268

Tints of Eggplant #8B1268

Color information

#8B1268 (or 0x8B1268) is unknown color: approx Eggplant. HEX triplet: 8B, 12 and 68. RGB value is (139,18,104). Sum of RGB (Red+Green+Blue) = 139+18+104=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1268 is #74ED97. Grayscale: #3F3F3F. Windows color (decimal): -7663000 or 6820491. OLE color: 6820491.

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

Color convert

RGB13918104-
CMYK00.870.250.45
HSL317.36º77.07%30.78%-
HSV(B)317.36º87.05%54.51%-
XYZ13.366.9213.73-
YUV63.98150.59181.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=53.26%
G=6.90%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391810400.870.250.45317.3677.0730.78
Hex8B1268057192D13d4d1f
Octal213221500127315547511537
Binary100010111001011010000101011111001101101100111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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