Html Css Color HEX #900675 Eggplant

📋 copy color: '#900675'

red 144 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #900675

Tints of Eggplant #900675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 53.93%
G = 2.25%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#900675 (or 0x900675) is known color: Eggplant. HEX triplet: 90, 06 and 75. RGB value is (144,6,117). Sum of RGB (Red+Green+Blue) = 144+6+117=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #900675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900675 is #6FF98A. Grayscale: #3B3B3B. Windows color (decimal): -7338379 or 7669392. OLE color: 7669392.

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

Color convert

RGB 144 6 117 -
CMYK 0 0.96 0.19 0.44
HSL 311.74º 0.92% 0.29% -
HSV(B) 311.74º 0.96% 0.56% -
XYZ 14.78 7.34 17.47 -
YUV 59.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 144 6 117 0 0.96 0.19 0.44 311.74 0.92 0.29
Hex 90 6 75 0 60 13 2C 138 5C 1D
Octal 220 6 165 0 140 23 54 470 134 35
Binary 10010000 110 1110101 0 1100000 10011 101100 100111000 1011100 11101

Color Harmonies of #900675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900675

Black with #900675

Text Example


Text Example

White with #900675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900675; }

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

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

background-color css

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

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

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

border-color css

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

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

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