#99025B

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

Shades of Eggplant #99025B

Tints of Eggplant #99025B

Color information

#99025B (or 0x99025B) is unknown color: approx Eggplant. HEX triplet: 99, 02 and 5B. RGB value is (153,2,91). Sum of RGB (Red+Green+Blue) = 153+2+91=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #99025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99025B is #66FDA4. Grayscale: #393939. Windows color (decimal): -6749605 or 5964441. OLE color: 5964441.

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

Color convert

RGB153291-
CMYK00.990.410.4
HSL324.64º97.42%30.39%-
HSV(B)324.64º98.69%60%-
XYZ15.057.5710.57-
YUV57.3147.03196.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=62.20%
G=0.81%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15329100.990.410.4324.6497.4230.39
Hex9925B0632928145611e
Octal23121330143515050514136
Binary1001100110101101101100011101001101000101000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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