Html Css Color HEX #890A50 Eggplant

📋 copy color: '#890A50'

red 137 ◦ green 10 ◦ blue 80

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

Shades of Eggplant #890A50

Tints of Eggplant #890A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 60.35%
G = 4.41%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#890A50 (or 0x890A50) is known color: Eggplant. HEX triplet: 89, 0A and 50. RGB value is (137,10,80). Sum of RGB (Red+Green+Blue) = 137+10+80=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #890A50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A50 is #76F5AF. Grayscale: #373737. Windows color (decimal): -7796144 or 5245577. OLE color: 5245577.

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

Color convert

RGB 137 10 80 -
CMYK 0 0.93 0.42 0.46
HSL 326.93º 0.86% 0.29% -
HSV(B) 326.93º 0.93% 0.54% -
XYZ 11.87 6.11 8.14 -
YUV 55.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 137 10 80 0 0.93 0.42 0.46 326.93 0.86 0.29
Hex 89 A 50 0 5D 2A 2E 147 56 1D
Octal 211 12 120 0 135 52 56 507 126 35
Binary 10001001 1010 1010000 0 1011101 101010 101110 101000111 1010110 11101

Color Harmonies of #890A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A50

Black with #890A50

Text Example


Text Example

White with #890A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,80); }

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

background-color css

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

 a { background-color: rgb(137,10,80); }

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

border-color css

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

 span { border-color: rgb(137,10,80); }

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