Html Css Color HEX #90055A Eggplant

📋 copy color: '#90055A'

red 144 ◦ green 5 ◦ blue 90

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

Shades of Eggplant #90055A

Tints of Eggplant #90055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 60.25%
G = 2.09%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90055A (or 0x90055A) is known color: Eggplant. HEX triplet: 90, 05 and 5A. RGB value is (144,5,90). Sum of RGB (Red+Green+Blue) = 144+5+90=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90055A is #6FFAA5. Grayscale: #383838. Windows color (decimal): -7338662 or 5899664. OLE color: 5899664.

HSL color Cylindrical-coordinate representation of color #90055A: hue angle of 323.31º degrees, saturation: 0.93, 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 #90055A is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 90 -
CMYK 0 0.97 0.37 0.44
HSL 323.31º 0.93% 0.29% -
HSV(B) 323.31º 0.97% 0.56% -
XYZ 13.4 6.78 10.27 -
YUV 56.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 144 5 90 0 0.97 0.37 0.44 323.31 0.93 0.29
Hex 90 5 5A 0 61 25 2C 143 5D 1D
Octal 220 5 132 0 141 45 54 503 135 35
Binary 10010000 101 1011010 0 1100001 100101 101100 101000011 1011101 11101

Color Harmonies of #90055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90055A

Black with #90055A

Text Example


Text Example

White with #90055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90055A; }

 p { color: rgb(144,5,90); }

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

background-color css

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

 a { background-color: rgb(144,5,90); }

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

border-color css

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

 span { border-color: rgb(144,5,90); }

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