Html Css Color HEX #901063 Eggplant

📋 copy color: '#901063'

red 144 ◦ green 16 ◦ blue 99

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

Shades of Eggplant #901063

Tints of Eggplant #901063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 55.6%
G = 6.18%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#901063 (or 0x901063) is known color: Eggplant. HEX triplet: 90, 10 and 63. RGB value is (144,16,99). Sum of RGB (Red+Green+Blue) = 144+16+99=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #901063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901063 is #6FEF9C. Grayscale: #3F3F3F. Windows color (decimal): -7335837 or 6492304. OLE color: 6492304.

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

Color convert

RGB 144 16 99 -
CMYK 0 0.89 0.31 0.44
HSL 321.09º 0.8% 0.31% -
HSV(B) 321.09º 0.89% 0.56% -
XYZ 13.94 7.2 12.46 -
YUV 63.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 144 16 99 0 0.89 0.31 0.44 321.09 0.8 0.31
Hex 90 10 63 0 59 1F 2C 141 50 1F
Octal 220 20 143 0 131 37 54 501 120 37
Binary 10010000 10000 1100011 0 1011001 11111 101100 101000001 1010000 11111

Color Harmonies of #901063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901063

Black with #901063

Text Example


Text Example

White with #901063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901063; }

 p { color: rgb(144,16,99); }

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

background-color css

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

 a { background-color: rgb(144,16,99); }

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

border-color css

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

 span { border-color: rgb(144,16,99); }

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