#990360

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

Shades of Eggplant #990360

Tints of Eggplant #990360

Color information

#990360 (or 0x990360) is unknown color: approx Eggplant. HEX triplet: 99, 03 and 60. RGB value is (153,3,96). Sum of RGB (Red+Green+Blue) = 153+3+96=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #990360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990360 is #66FC9F. Grayscale: #3A3A3A. Windows color (decimal): -6749344 or 6292377. OLE color: 6292377.

HSL color Cylindrical-coordinate representation of color #990360: hue angle of 322.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990360 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB153396-
CMYK00.980.370.4
HSL322.8º96.15%30.59%-
HSV(B)322.8º98.04%60%-
XYZ15.287.6811.74-
YUV58.45149.2195.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=60.71%
G=1.19%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15339600.980.370.4322.896.1530.59
Hex993600622528143601f
Octal23131400142455050314037
Binary1001100111110000001100010100101101000101000011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990360; }

 p { color: rgb(153,3,96); }

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

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

 a { background-color: rgb(153,3,96); }

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

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

 span { border-color: rgb(153,3,96); }

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