#99025C

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

Shades of Eggplant #99025C

Tints of Eggplant #99025C

Color information

#99025C (or 0x99025C) is unknown color: approx Eggplant. HEX triplet: 99, 02 and 5C. RGB value is (153,2,92). Sum of RGB (Red+Green+Blue) = 153+2+92=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99025C is #66FDA3. Grayscale: #393939. Windows color (decimal): -6749604 or 6029977. OLE color: 6029977.

HSL color Cylindrical-coordinate representation of color #99025C: hue angle of 324.24º 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 #99025C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB153292-
CMYK00.990.400.4
HSL324.24º97.42%30.39%-
HSV(B)324.24º98.69%60%-
XYZ15.097.5910.79-
YUV57.41147.53196.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=61.94%
G=0.81%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15329200.990.400.4324.2497.4230.39
Hex9925C0632828144611e
Octal23121340143505050414136
Binary1001100110101110001100011101000101000101000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99025C; }

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

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

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

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

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

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

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

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