Html Css Color HEX #890D5A Eggplant

📋 copy color: '#890D5A'

red 137 ◦ green 13 ◦ blue 90

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

Shades of Eggplant #890D5A

Tints of Eggplant #890D5A

RGB

 RED value IS 137 (53.91% from 255) = 57.08%

 GREEN value IS 13 (5.47% from 255) = 5.42%

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

R = 57.08%
G = 5.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#890D5A (or 0x890D5A) is known color: Eggplant. HEX triplet: 89, 0D and 5A. RGB value is (137,13,90). Sum of RGB (Red+Green+Blue) = 137+13+90=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #890D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D5A is #76F2A5. Grayscale: #3A3A3A. Windows color (decimal): -7795366 or 5901705. OLE color: 5901705.

HSL color Cylindrical-coordinate representation of color #890D5A: hue angle of 322.74º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D5A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 90 -
CMYK 0 0.91 0.34 0.46
HSL 322.74º 0.83% 0.29% -
HSV(B) 322.74º 0.91% 0.54% -
XYZ 12.31 6.34 10.25 -
YUV 58.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 137 13 90 0 0.91 0.34 0.46 322.74 0.83 0.29
Hex 89 D 5A 0 5B 22 2E 143 53 1D
Octal 211 15 132 0 133 42 56 503 123 35
Binary 10001001 1101 1011010 0 1011011 100010 101110 101000011 1010011 11101

Color Harmonies of #890D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D5A

Black with #890D5A

Text Example


Text Example

White with #890D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890D5A; }

 p { color: rgb(137,13,90); }

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

background-color css

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

 a { background-color: rgb(137,13,90); }

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

border-color css

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

 span { border-color: rgb(137,13,90); }

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