Html Css Color HEX #900251 Eggplant

📋 copy color: '#900251'

red 144 ◦ green 2 ◦ blue 81

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

Shades of Eggplant #900251

Tints of Eggplant #900251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 63.44%
G = 0.88%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#900251 (or 0x900251) is known color: Eggplant. HEX triplet: 90, 02 and 51. RGB value is (144,2,81). Sum of RGB (Red+Green+Blue) = 144+2+81=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #900251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900251 is #6FFDAE. Grayscale: #353535. Windows color (decimal): -7339439 or 5309072. OLE color: 5309072.

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

Color convert

RGB 144 2 81 -
CMYK 0 0.99 0.44 0.44
HSL 326.62º 0.97% 0.29% -
HSV(B) 326.62º 0.99% 0.56% -
XYZ 13.01 6.57 8.37 -
YUV 53.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 144 2 81 0 0.99 0.44 0.44 326.62 0.97 0.29
Hex 90 2 51 0 63 2C 2C 147 61 1D
Octal 220 2 121 0 143 54 54 507 141 35
Binary 10010000 10 1010001 0 1100011 101100 101100 101000111 1100001 11101

Color Harmonies of #900251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900251

Black with #900251

Text Example


Text Example

White with #900251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900251; }

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

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

background-color css

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

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

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

border-color css

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

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

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