Html Css Color HEX #900976 Eggplant

📋 copy color: '#900976'

red 144 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #900976

Tints of Eggplant #900976

RGB

 RED value IS 144 (56.64% from 255) = 53.14%

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 53.14%
G = 3.32%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#900976 (or 0x900976) is known color: Eggplant. HEX triplet: 90, 09 and 76. RGB value is (144,9,118). Sum of RGB (Red+Green+Blue) = 144+9+118=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #900976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900976 is #6FF689. Grayscale: #3D3D3D. Windows color (decimal): -7337610 or 7735696. OLE color: 7735696.

HSL color Cylindrical-coordinate representation of color #900976: hue angle of 311.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900976 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 118 -
CMYK 0 0.94 0.18 0.44
HSL 311.56º 0.88% 0.3% -
HSV(B) 311.56º 0.94% 0.56% -
XYZ 14.87 7.43 17.79 -
YUV 61.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 144 9 118 0 0.94 0.18 0.44 311.56 0.88 0.3
Hex 90 9 76 0 5E 12 2C 138 58 1E
Octal 220 11 166 0 136 22 54 470 130 36
Binary 10010000 1001 1110110 0 1011110 10010 101100 100111000 1011000 11110

Color Harmonies of #900976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900976

Black with #900976

Text Example


Text Example

White with #900976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900976; }

 p { color: rgb(144,9,118); }

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

background-color css

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

 a { background-color: rgb(144,9,118); }

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

border-color css

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

 span { border-color: rgb(144,9,118); }

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