Html Css Color HEX #900C71 Eggplant

📋 copy color: '#900C71'

red 144 ◦ green 12 ◦ blue 113

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

Shades of Eggplant #900C71

Tints of Eggplant #900C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 53.53%
G = 4.46%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#900C71 (or 0x900C71) is known color: Eggplant. HEX triplet: 90, 0C and 71. RGB value is (144,12,113). Sum of RGB (Red+Green+Blue) = 144+12+113=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #900C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900C71 is #6FF38E. Grayscale: #3E3E3E. Windows color (decimal): -7336847 or 7408784. OLE color: 7408784.

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

Color convert

RGB 144 12 113 -
CMYK 0 0.92 0.22 0.44
HSL 314.09º 0.85% 0.31% -
HSV(B) 314.09º 0.92% 0.56% -
XYZ 14.61 7.38 16.28 -
YUV 62.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 144 12 113 0 0.92 0.22 0.44 314.09 0.85 0.31
Hex 90 C 71 0 5C 16 2C 13A 55 1F
Octal 220 14 161 0 134 26 54 472 125 37
Binary 10010000 1100 1110001 0 1011100 10110 101100 100111010 1010101 11111

Color Harmonies of #900C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900C71

Black with #900C71

Text Example


Text Example

White with #900C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900C71; }

 p { color: rgb(144,12,113); }

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

background-color css

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

 a { background-color: rgb(144,12,113); }

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

border-color css

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

 span { border-color: rgb(144,12,113); }

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