#990264

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

Shades of Eggplant #990264

Tints of Eggplant #990264

Color information

#990264 (or 0x990264) is unknown color: approx Eggplant. HEX triplet: 99, 02 and 64. RGB value is (153,2,100). Sum of RGB (Red+Green+Blue) = 153+2+100=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990264 is #66FD9B. Grayscale: #3A3A3A. Windows color (decimal): -6749596 or 6554265. OLE color: 6554265.

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

Color convert

RGB1532100-
CMYK00.990.350.4
HSL321.06º97.42%30.39%-
HSV(B)321.06º98.69%60%-
XYZ15.467.7412.73-
YUV58.32151.53195.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=60%
G=0.78%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153210000.990.350.4321.0697.4230.39
Hex992640632328141611e
Octal23121440143435050114136
Binary1001100110110010001100011100011101000101000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990264; }

 p { color: rgb(153,2,100); }

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

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

 a { background-color: rgb(153,2,100); }

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

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

 span { border-color: rgb(153,2,100); }

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