#990064

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

Shades of Eggplant #990064

Tints of Eggplant #990064

Color information

#990064 (or 0x990064) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 64. RGB value is (153,0,100). Sum of RGB (Red+Green+Blue) = 153+0+100=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #990064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990064 is #66FF9B. Grayscale: #383838. Windows color (decimal): -6750108 or 6553753. OLE color: 6553753.

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

Color convert

RGB1530100-
CMYK010.350.4
HSL320.78º100%30%-
HSV(B)320.78º100%60%-
XYZ15.447.6912.73-
YUV57.15152.19196.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=60.47%
G=0%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530100010.350.4320.7810030
Hex990640642328141641e
Octal23101440144435050114436
Binary100110010110010001100100100011101000101000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990064; }

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

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

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

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

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

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

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

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