#8B1061

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

Shades of Eggplant #8B1061

Tints of Eggplant #8B1061

Color information

#8B1061 (or 0x8B1061) is unknown color: approx Eggplant. HEX triplet: 8B, 10 and 61. RGB value is (139,16,97). Sum of RGB (Red+Green+Blue) = 139+16+97=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1061 is #74EF9E. Grayscale: #3D3D3D. Windows color (decimal): -7663519 or 6361227. OLE color: 6361227.

HSL color Cylindrical-coordinate representation of color #8B1061: hue angle of 320.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1061 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1391697-
CMYK00.880.300.45
HSL320.49º79.35%30.39%-
HSV(B)320.49º88.49%54.51%-
XYZ12.996.7211.92-
YUV62.01147.75182.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=55.16%
G=6.35%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139169700.880.300.45320.4979.3530.39
Hex8B10610581E2D1404f1e
Octal213201410130365550011736
Binary100010111000011000010101100011110101101101000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,16,97); }

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

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

 a { background-color: rgb(139,16,97); }

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

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

 span { border-color: rgb(139,16,97); }

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