Html Css Color HEX #900175 Eggplant

📋 copy color: '#900175'

red 144 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #900175

Tints of Eggplant #900175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 54.96%
G = 0.38%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#900175 (or 0x900175) is known color: Eggplant. HEX triplet: 90, 01 and 75. RGB value is (144,1,117). Sum of RGB (Red+Green+Blue) = 144+1+117=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #900175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900175 is #6FFE8A. Grayscale: #383838. Windows color (decimal): -7339659 or 7668112. OLE color: 7668112.

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

Color convert

RGB 144 1 117 -
CMYK 0 0.99 0.19 0.44
HSL 311.33º 0.99% 0.28% -
HSV(B) 311.33º 0.99% 0.56% -
XYZ 14.72 7.24 17.45 -
YUV 56.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 144 1 117 0 0.99 0.19 0.44 311.33 0.99 0.28
Hex 90 1 75 0 63 13 2C 137 63 1C
Octal 220 1 165 0 143 23 54 467 143 34
Binary 10010000 1 1110101 0 1100011 10011 101100 100110111 1100011 11100

Color Harmonies of #900175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900175

Black with #900175

Text Example


Text Example

White with #900175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900175; }

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

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

background-color css

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

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

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

border-color css

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

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

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