#99005B

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

Shades of Eggplant #99005B

Tints of Eggplant #99005B

Color information

#99005B (or 0x99005B) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 5B. RGB value is (153,0,91). Sum of RGB (Red+Green+Blue) = 153+0+91=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #99005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99005B is #66FFA4. Grayscale: #373737. Windows color (decimal): -6750117 or 5963929. OLE color: 5963929.

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

Color convert

RGB153091-
CMYK010.410.4
HSL324.31º100%30%-
HSV(B)324.31º100%60%-
XYZ15.037.5310.56-
YUV56.12147.69197.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=62.70%
G=0%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153091010.410.4324.3110030
Hex9905B0642928144641e
Octal23101330144515050414436
Binary100110010101101101100100101001101000101000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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