Html Css Color HEX #900155 Eggplant

📋 copy color: '#900155'

red 144 ◦ green 1 ◦ blue 85

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

Shades of Eggplant #900155

Tints of Eggplant #900155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 62.61%
G = 0.43%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#900155 (or 0x900155) is known color: Eggplant. HEX triplet: 90, 01 and 55. RGB value is (144,1,85). Sum of RGB (Red+Green+Blue) = 144+1+85=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #900155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900155 is #6FFEAA. Grayscale: #353535. Windows color (decimal): -7339691 or 5570960. OLE color: 5570960.

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

Color convert

RGB 144 1 85 -
CMYK 0 0.99 0.41 0.44
HSL 324.76º 0.99% 0.28% -
HSV(B) 324.76º 0.99% 0.56% -
XYZ 13.15 6.61 9.18 -
YUV 53.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 144 1 85 0 0.99 0.41 0.44 324.76 0.99 0.28
Hex 90 1 55 0 63 29 2C 145 63 1C
Octal 220 1 125 0 143 51 54 505 143 34
Binary 10010000 1 1010101 0 1100011 101001 101100 101000101 1100011 11100

Color Harmonies of #900155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900155

Black with #900155

Text Example


Text Example

White with #900155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900155; }

 p { color: rgb(144,1,85); }

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

background-color css

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

 a { background-color: rgb(144,1,85); }

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

border-color css

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

 span { border-color: rgb(144,1,85); }

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