Html Css Color HEX #900676 Eggplant

📋 copy color: '#900676'

red 144 ◦ green 6 ◦ blue 118

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

Shades of Eggplant #900676

Tints of Eggplant #900676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.24%

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

R = 53.73%
G = 2.24%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#900676 (or 0x900676) is known color: Eggplant. HEX triplet: 90, 06 and 76. RGB value is (144,6,118). Sum of RGB (Red+Green+Blue) = 144+6+118=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #900676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900676 is #6FF989. Grayscale: #3B3B3B. Windows color (decimal): -7338378 or 7734928. OLE color: 7734928.

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

Color convert

RGB 144 6 118 -
CMYK 0 0.96 0.18 0.44
HSL 311.3º 0.92% 0.29% -
HSV(B) 311.3º 0.96% 0.56% -
XYZ 14.84 7.37 17.78 -
YUV 60.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 144 6 118 0 0.96 0.18 0.44 311.3 0.92 0.29
Hex 90 6 76 0 60 12 2C 137 5C 1D
Octal 220 6 166 0 140 22 54 467 134 35
Binary 10010000 110 1110110 0 1100000 10010 101100 100110111 1011100 11101

Color Harmonies of #900676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900676

Black with #900676

Text Example


Text Example

White with #900676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900676; }

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

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

background-color css

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

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

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

border-color css

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

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

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