Html Css Color HEX #900165 Eggplant

📋 copy color: '#900165'

red 144 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #900165

Tints of Eggplant #900165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 58.54%
G = 0.41%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#900165 (or 0x900165) is known color: Eggplant. HEX triplet: 90, 01 and 65. RGB value is (144,1,101). Sum of RGB (Red+Green+Blue) = 144+1+101=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #900165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900165 is #6FFE9A. Grayscale: #363636. Windows color (decimal): -7339675 or 6619536. OLE color: 6619536.

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

Color convert

RGB 144 1 101 -
CMYK 0 0.99 0.30 0.44
HSL 318.04º 0.99% 0.28% -
HSV(B) 318.04º 0.99% 0.56% -
XYZ 13.86 6.89 12.91 -
YUV 55.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 144 1 101 0 0.99 0.30 0.44 318.04 0.99 0.28
Hex 90 1 65 0 63 1E 2C 13E 63 1C
Octal 220 1 145 0 143 36 54 476 143 34
Binary 10010000 1 1100101 0 1100011 11110 101100 100111110 1100011 11100

Color Harmonies of #900165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900165

Black with #900165

Text Example


Text Example

White with #900165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900165; }

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

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

background-color css

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

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

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

border-color css

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

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

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