Html Css Color HEX #90056D Eggplant

📋 copy color: '#90056D'

red 144 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #90056D

Tints of Eggplant #90056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 55.81%
G = 1.94%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90056D (or 0x90056D) is known color: Eggplant. HEX triplet: 90, 05 and 6D. RGB value is (144,5,109). Sum of RGB (Red+Green+Blue) = 144+5+109=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #90056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90056D is #6FFA92. Grayscale: #3A3A3A. Windows color (decimal): -7338643 or 7144848. OLE color: 7144848.

HSL color Cylindrical-coordinate representation of color #90056D: hue angle of 315.11º 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 #90056D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 109 -
CMYK 0 0.97 0.24 0.44
HSL 315.11º 0.93% 0.29% -
HSV(B) 315.11º 0.97% 0.56% -
XYZ 14.32 7.14 15.09 -
YUV 58.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 144 5 109 0 0.97 0.24 0.44 315.11 0.93 0.29
Hex 90 5 6D 0 61 18 2C 13B 5D 1D
Octal 220 5 155 0 141 30 54 473 135 35
Binary 10010000 101 1101101 0 1100001 11000 101100 100111011 1011101 11101

Color Harmonies of #90056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90056D

Black with #90056D

Text Example


Text Example

White with #90056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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