Html Css Color HEX #900677 Eggplant

📋 copy color: '#900677'

red 144 ◦ green 6 ◦ blue 119

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

Shades of Eggplant #900677

Tints of Eggplant #900677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 53.53%
G = 2.23%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#900677 (or 0x900677) is known color: Eggplant. HEX triplet: 90, 06 and 77. RGB value is (144,6,119). Sum of RGB (Red+Green+Blue) = 144+6+119=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #900677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900677 is #6FF988. Grayscale: #3B3B3B. Windows color (decimal): -7338377 or 7800464. OLE color: 7800464.

HSL color Cylindrical-coordinate representation of color #900677: hue angle of 310.87º 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 #900677 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 119 -
CMYK 0 0.96 0.17 0.44
HSL 310.87º 0.92% 0.29% -
HSV(B) 310.87º 0.96% 0.56% -
XYZ 14.9 7.39 18.09 -
YUV 60.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 144 6 119 0 0.96 0.17 0.44 310.87 0.92 0.29
Hex 90 6 77 0 60 11 2C 137 5C 1D
Octal 220 6 167 0 140 21 54 467 134 35
Binary 10010000 110 1110111 0 1100000 10001 101100 100110111 1011100 11101

Color Harmonies of #900677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900677

Black with #900677

Text Example


Text Example

White with #900677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900677; }

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

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

background-color css

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

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

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

border-color css

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

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

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