Html Css Color HEX #99005A Eggplant

📋 copy color: '#99005A'

red 153 ◦ green 0 ◦ blue 90

#99005A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #99005A

Tints of Eggplant #99005A

RGB

 RED value IS 153 (60.16% from 255) = 62.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 62.96%
G = 0%
B = 37.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99005A (or 0x99005A) is known color: Eggplant. HEX triplet: 99, 00 and 5A. RGB value is (153,0,90). Sum of RGB (Red+Green+Blue) = 153+0+90=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #99005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99005A is #66FFA5. Grayscale: #373737. Windows color (decimal): -6750118 or 5898393. OLE color: 5898393.

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

Color convert

RGB 153 0 90 -
CMYK 0 1 0.41 0.4
HSL 324.71º 1% 0.3% -
HSV(B) 324.71º 1% 0.6% -
XYZ 14.98 7.51 10.33 -
YUV 56.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 153 0 90 0 1 0.41 0.4 324.71 1 0.3
Hex 99 0 5A 0 64 29 28 145 64 1E
Octal 231 0 132 0 144 51 50 505 144 36
Binary 10011001 0 1011010 0 1100100 101001 101000 101000101 1100100 11110

Color Harmonies of #99005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99005A

Black with #99005A

Text Example


Text Example

White with #99005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99005A;
 }
 .AnyTagClassName
 {
   color: #99005A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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