Html Css Color HEX #900368 Eggplant

📋 copy color: '#900368'

red 144 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #900368

Tints of Eggplant #900368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 104 (41.02% from 255) = 41.43%

R = 57.37%
G = 1.2%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#900368 (or 0x900368) is known color: Eggplant. HEX triplet: 90, 03 and 68. RGB value is (144,3,104). Sum of RGB (Red+Green+Blue) = 144+3+104=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #900368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900368 is #6FFC97. Grayscale: #383838. Windows color (decimal): -7339160 or 6816656. OLE color: 6816656.

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

Color convert

RGB 144 3 104 -
CMYK 0 0.98 0.28 0.44
HSL 317.02º 0.96% 0.29% -
HSV(B) 317.02º 0.98% 0.56% -
XYZ 14.03 6.99 13.71 -
YUV 56.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 144 3 104 0 0.98 0.28 0.44 317.02 0.96 0.29
Hex 90 3 68 0 62 1C 2C 13D 60 1D
Octal 220 3 150 0 142 34 54 475 140 35
Binary 10010000 11 1101000 0 1100010 11100 101100 100111101 1100000 11101

Color Harmonies of #900368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900368

Black with #900368

Text Example


Text Example

White with #900368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900368; }

 p { color: rgb(144,3,104); }

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

background-color css

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

 a { background-color: rgb(144,3,104); }

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

border-color css

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

 span { border-color: rgb(144,3,104); }

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