Html Css Color HEX #900271 Eggplant

📋 copy color: '#900271'

red 144 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #900271

Tints of Eggplant #900271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 55.6%
G = 0.77%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#900271 (or 0x900271) is known color: Eggplant. HEX triplet: 90, 02 and 71. RGB value is (144,2,113). Sum of RGB (Red+Green+Blue) = 144+2+113=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #900271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900271 is #6FFD8E. Grayscale: #383838. Windows color (decimal): -7339407 or 7406224. OLE color: 7406224.

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

Color convert

RGB 144 2 113 -
CMYK 0 0.99 0.22 0.44
HSL 313.1º 0.97% 0.29% -
HSV(B) 313.1º 0.99% 0.56% -
XYZ 14.5 7.16 16.24 -
YUV 57.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 144 2 113 0 0.99 0.22 0.44 313.1 0.97 0.29
Hex 90 2 71 0 63 16 2C 139 61 1D
Octal 220 2 161 0 143 26 54 471 141 35
Binary 10010000 10 1110001 0 1100011 10110 101100 100111001 1100001 11101

Color Harmonies of #900271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900271

Black with #900271

Text Example


Text Example

White with #900271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900271; }

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

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

background-color css

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

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

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

border-color css

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

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

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