Html Css Color HEX #900072 Eggplant

📋 copy color: '#900072'

red 144 ◦ green 0 ◦ blue 114

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

Shades of Eggplant #900072

Tints of Eggplant #900072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#900072 (or 0x900072) is known color: Eggplant. HEX triplet: 90, 00 and 72. RGB value is (144,0,114). Sum of RGB (Red+Green+Blue) = 144+0+114=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #900072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900072 is #6FFF8D. Grayscale: #373737. Windows color (decimal): -7339918 or 7471248. OLE color: 7471248.

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

Color convert

RGB 144 0 114 -
CMYK 0 1 0.21 0.44
HSL 312.5º 1% 0.28% -
HSV(B) 312.5º 1% 0.56% -
XYZ 14.54 7.14 16.53 -
YUV 56.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 144 0 114 0 1 0.21 0.44 312.5 1 0.28
Hex 90 0 72 0 64 15 2C 138 64 1C
Octal 220 0 162 0 144 25 54 470 144 34
Binary 10010000 0 1110010 0 1100100 10101 101100 100111000 1100100 11100

Color Harmonies of #900072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900072

Black with #900072

Text Example


Text Example

White with #900072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900072; }

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

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

background-color css

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

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

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

border-color css

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

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

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