Html Css Color HEX #900475 Eggplant

📋 copy color: '#900475'

red 144 ◦ green 4 ◦ blue 117

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

Shades of Eggplant #900475

Tints of Eggplant #900475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 54.34%
G = 1.51%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#900475 (or 0x900475) is known color: Eggplant. HEX triplet: 90, 04 and 75. RGB value is (144,4,117). Sum of RGB (Red+Green+Blue) = 144+4+117=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #900475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900475 is #6FFB8A. Grayscale: #3A3A3A. Windows color (decimal): -7338891 or 7668880. OLE color: 7668880.

HSL color Cylindrical-coordinate representation of color #900475: hue angle of 311.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900475 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 117 -
CMYK 0 0.97 0.19 0.44
HSL 311.57º 0.95% 0.29% -
HSV(B) 311.57º 0.97% 0.56% -
XYZ 14.76 7.3 17.46 -
YUV 58.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 144 4 117 0 0.97 0.19 0.44 311.57 0.95 0.29
Hex 90 4 75 0 61 13 2C 138 5F 1D
Octal 220 4 165 0 141 23 54 470 137 35
Binary 10010000 100 1110101 0 1100001 10011 101100 100111000 1011111 11101

Color Harmonies of #900475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900475

Black with #900475

Text Example


Text Example

White with #900475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900475; }

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

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

background-color css

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

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

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

border-color css

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

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

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