Html Css Color HEX #900061 Eggplant

📋 copy color: '#900061'

red 144 ◦ green 0 ◦ blue 97

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

Shades of Eggplant #900061

Tints of Eggplant #900061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 59.75%
G = 0%
B = 40.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#900061 (or 0x900061) is known color: Eggplant. HEX triplet: 90, 00 and 61. RGB value is (144,0,97). Sum of RGB (Red+Green+Blue) = 144+0+97=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #900061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900061 is #6FFF9E. Grayscale: #353535. Windows color (decimal): -7339935 or 6357136. OLE color: 6357136.

HSL color Cylindrical-coordinate representation of color #900061: hue angle of 319.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900061 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 97 -
CMYK 0 1 0.33 0.44
HSL 319.58º 1% 0.28% -
HSV(B) 319.58º 1% 0.56% -
XYZ 13.66 6.79 11.9 -
YUV 54.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 144 0 97 0 1 0.33 0.44 319.58 1 0.28
Hex 90 0 61 0 64 21 2C 140 64 1C
Octal 220 0 141 0 144 41 54 500 144 34
Binary 10010000 0 1100001 0 1100100 100001 101100 101000000 1100100 11100

Color Harmonies of #900061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900061

Black with #900061

Text Example


Text Example

White with #900061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900061; }

 p { color: rgb(144,0,97); }

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

background-color css

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

 a { background-color: rgb(144,0,97); }

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

border-color css

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

 span { border-color: rgb(144,0,97); }

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