Html Css Color HEX #900476 Eggplant

📋 copy color: '#900476'

red 144 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #900476

Tints of Eggplant #900476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 54.14%
G = 1.5%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#900476 (or 0x900476) is known color: Eggplant. HEX triplet: 90, 04 and 76. RGB value is (144,4,118). Sum of RGB (Red+Green+Blue) = 144+4+118=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #900476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900476 is #6FFB89. Grayscale: #3A3A3A. Windows color (decimal): -7338890 or 7734416. OLE color: 7734416.

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

Color convert

RGB 144 4 118 -
CMYK 0 0.97 0.18 0.44
HSL 311.14º 0.95% 0.29% -
HSV(B) 311.14º 0.97% 0.56% -
XYZ 14.82 7.32 17.77 -
YUV 58.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 144 4 118 0 0.97 0.18 0.44 311.14 0.95 0.29
Hex 90 4 76 0 61 12 2C 137 5F 1D
Octal 220 4 166 0 141 22 54 467 137 35
Binary 10010000 100 1110110 0 1100001 10010 101100 100110111 1011111 11101

Color Harmonies of #900476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900476

Black with #900476

Text Example


Text Example

White with #900476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900476; }

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

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

background-color css

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

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

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

border-color css

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

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

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