Html Css Color HEX #900961 Eggplant

📋 copy color: '#900961'

red 144 ◦ green 9 ◦ blue 97

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

Shades of Eggplant #900961

Tints of Eggplant #900961

RGB

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

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

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

R = 57.6%
G = 3.6%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#900961 (or 0x900961) is known color: Eggplant. HEX triplet: 90, 09 and 61. RGB value is (144,9,97). Sum of RGB (Red+Green+Blue) = 144+9+97=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #900961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900961 is #6FF69E. Grayscale: #3B3B3B. Windows color (decimal): -7337631 or 6359440. OLE color: 6359440.

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

Color convert

RGB 144 9 97 -
CMYK 0 0.94 0.33 0.44
HSL 320.89º 0.88% 0.3% -
HSV(B) 320.89º 0.94% 0.56% -
XYZ 13.76 6.99 11.93 -
YUV 59.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 144 9 97 0 0.94 0.33 0.44 320.89 0.88 0.3
Hex 90 9 61 0 5E 21 2C 141 58 1E
Octal 220 11 141 0 136 41 54 501 130 36
Binary 10010000 1001 1100001 0 1011110 100001 101100 101000001 1011000 11110

Color Harmonies of #900961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900961

Black with #900961

Text Example


Text Example

White with #900961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900961; }

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

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

background-color css

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

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

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

border-color css

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

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

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