#990075

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

Shades of Eggplant #990075

Tints of Eggplant #990075

Color information

#990075 (or 0x990075) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 75. RGB value is (153,0,117). Sum of RGB (Red+Green+Blue) = 153+0+117=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #990075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990075 is #66FF8A. Grayscale: #3A3A3A. Windows color (decimal): -6750091 or 7667865. OLE color: 7667865.

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

Color convert

RGB1530117-
CMYK010.240.4
HSL314.12º100%30%-
HSV(B)314.12º100%60%-
XYZ16.358.0617.52-
YUV59.08160.69194.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=56.67%
G=0%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530117010.240.4314.1210030
Hex99075064182813a641e
Octal23101650144305047214436
Binary10011001011101010110010011000101000100111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990075; }

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

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

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

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

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

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

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

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