Html Css Color HEX #900074 Eggplant

📋 copy color: '#900074'

red 144 ◦ green 0 ◦ blue 116

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

Shades of Eggplant #900074

Tints of Eggplant #900074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 55.38%
G = 0%
B = 44.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#900074 (or 0x900074) is known color: Eggplant. HEX triplet: 90, 00 and 74. RGB value is (144,0,116). Sum of RGB (Red+Green+Blue) = 144+0+116=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #900074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900074 is #6FFF8B. Grayscale: #373737. Windows color (decimal): -7339916 or 7602320. OLE color: 7602320.

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

Color convert

RGB 144 0 116 -
CMYK 0 1 0.19 0.44
HSL 311.67º 1% 0.28% -
HSV(B) 311.67º 1% 0.56% -
XYZ 14.65 7.19 17.14 -
YUV 56.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 144 0 116 0 1 0.19 0.44 311.67 1 0.28
Hex 90 0 74 0 64 13 2C 138 64 1C
Octal 220 0 164 0 144 23 54 470 144 34
Binary 10010000 0 1110100 0 1100100 10011 101100 100111000 1100100 11100

Color Harmonies of #900074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900074

Black with #900074

Text Example


Text Example

White with #900074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900074; }

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

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

background-color css

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

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

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

border-color css

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

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

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