#8B0963

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

Shades of Eggplant #8B0963

Tints of Eggplant #8B0963

Color information

#8B0963 (or 0x8B0963) is unknown color: approx Eggplant. HEX triplet: 8B, 09 and 63. RGB value is (139,9,99). Sum of RGB (Red+Green+Blue) = 139+9+99=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0963 is #74F69C. Grayscale: #393939. Windows color (decimal): -7665309 or 6490507. OLE color: 6490507.

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

Color convert

RGB139999-
CMYK00.940.290.45
HSL318.46º87.84%29.02%-
HSV(B)318.46º93.53%54.51%-
XYZ136.5912.39-
YUV58.13151.07185.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=56.28%
G=3.64%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13999900.940.290.45318.4687.8429.02
Hex8B96305E1D2D13e581d
Octal213111430136355547613035
Binary10001011100111000110101111011101101101100111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,99); }

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

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

 a { background-color: rgb(139,9,99); }

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

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

 span { border-color: rgb(139,9,99); }

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