#990063

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

Shades of Eggplant #990063

Tints of Eggplant #990063

Color information

#990063 (or 0x990063) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 63. RGB value is (153,0,99). Sum of RGB (Red+Green+Blue) = 153+0+99=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #990063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990063 is #66FF9C. Grayscale: #383838. Windows color (decimal): -6750109 or 6488217. OLE color: 6488217.

HSL color Cylindrical-coordinate representation of color #990063: hue angle of 321.18º 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 #990063 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB153099-
CMYK010.350.4
HSL321.18º100%30%-
HSV(B)321.18º100%60%-
XYZ15.397.6712.47-
YUV57.03151.69196.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=60.71%
G=0%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153099010.350.4321.1810030
Hex990630642328141641e
Octal23101430144435050114436
Binary100110010110001101100100100011101000101000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990063; }

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

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

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

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

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

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

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

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