Html Css Color HEX #900372 Eggplant

📋 copy color: '#900372'

red 144 ◦ green 3 ◦ blue 114

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

Shades of Eggplant #900372

Tints of Eggplant #900372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 55.17%
G = 1.15%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#900372 (or 0x900372) is known color: Eggplant. HEX triplet: 90, 03 and 72. RGB value is (144,3,114). Sum of RGB (Red+Green+Blue) = 144+3+114=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #900372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900372 is #6FFC8D. Grayscale: #393939. Windows color (decimal): -7339150 or 7472016. OLE color: 7472016.

HSL color Cylindrical-coordinate representation of color #900372: hue angle of 312.77º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900372 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 114 -
CMYK 0 0.98 0.21 0.44
HSL 312.77º 0.96% 0.29% -
HSV(B) 312.77º 0.98% 0.56% -
XYZ 14.57 7.21 16.54 -
YUV 57.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 144 3 114 0 0.98 0.21 0.44 312.77 0.96 0.29
Hex 90 3 72 0 62 15 2C 139 60 1D
Octal 220 3 162 0 142 25 54 471 140 35
Binary 10010000 11 1110010 0 1100010 10101 101100 100111001 1100000 11101

Color Harmonies of #900372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900372

Black with #900372

Text Example


Text Example

White with #900372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900372; }

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

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

background-color css

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

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

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

border-color css

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

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

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