#990963

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

Shades of Eggplant #990963

Tints of Eggplant #990963

Color information

#990963 (or 0x990963) is unknown color: approx Eggplant. HEX triplet: 99, 09 and 63. RGB value is (153,9,99). Sum of RGB (Red+Green+Blue) = 153+9+99=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #990963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990963 is #66F69C. Grayscale: #3E3E3E. Windows color (decimal): -6747805 or 6490521. OLE color: 6490521.

HSL color Cylindrical-coordinate representation of color #990963: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990963 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB153999-
CMYK00.940.350.4
HSL322.5º88.89%31.76%-
HSV(B)322.5º94.12%60%-
XYZ15.497.8712.51-
YUV62.32148.71192.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=58.62%
G=3.45%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15399900.940.350.4322.588.8931.76
Hex9996305E23281425920
Octal231111430136435050213140
Binary1001100110011100011010111101000111010001010000101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990963; }

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

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

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

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

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

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

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

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