Html Css Color HEX #900B71 Eggplant

📋 copy color: '#900B71'

red 144 ◦ green 11 ◦ blue 113

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

Shades of Eggplant #900B71

Tints of Eggplant #900B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

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

R = 53.73%
G = 4.1%
B = 42.16%

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

#900B71 (or 0x900B71) is known color: Eggplant. HEX triplet: 90, 0B and 71. RGB value is (144,11,113). Sum of RGB (Red+Green+Blue) = 144+11+113=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #900B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B71 is #6FF48E. Grayscale: #3E3E3E. Windows color (decimal): -7337103 or 7408528. OLE color: 7408528.

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

Color convert

RGB 144 11 113 -
CMYK 0 0.92 0.22 0.44
HSL 313.99º 0.86% 0.3% -
HSV(B) 313.99º 0.92% 0.56% -
XYZ 14.6 7.36 16.27 -
YUV 62.4 156.56 186.21 -
System Red Green Blue C M Y K H S L
Decimal 144 11 113 0 0.92 0.22 0.44 313.99 0.86 0.3
Hex 90 B 71 0 5C 16 2C 13A 56 1E
Octal 220 13 161 0 134 26 54 472 126 36
Binary 10010000 1011 1110001 0 1011100 10110 101100 100111010 1010110 11110

Color Harmonies of #900B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B71

Black with #900B71

Text Example


Text Example

White with #900B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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