Html Css Color HEX #890950 Eggplant

📋 copy color: '#890950'

red 137 ◦ green 9 ◦ blue 80

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

Shades of Eggplant #890950

Tints of Eggplant #890950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 60.62%
G = 3.98%
B = 35.4%

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

#890950 (or 0x890950) is known color: Eggplant. HEX triplet: 89, 09 and 50. RGB value is (137,9,80). Sum of RGB (Red+Green+Blue) = 137+9+80=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #890950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890950 is #76F6AF. Grayscale: #373737. Windows color (decimal): -7796400 or 5245321. OLE color: 5245321.

HSL color Cylindrical-coordinate representation of color #890950: hue angle of 326.72º degrees, saturation: 0.88, 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 #890950 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 80 -
CMYK 0 0.93 0.42 0.46
HSL 326.72º 0.88% 0.29% -
HSV(B) 326.72º 0.93% 0.54% -
XYZ 11.86 6.09 8.14 -
YUV 55.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 137 9 80 0 0.93 0.42 0.46 326.72 0.88 0.29
Hex 89 9 50 0 5D 2A 2E 147 58 1D
Octal 211 11 120 0 135 52 56 507 130 35
Binary 10001001 1001 1010000 0 1011101 101010 101110 101000111 1011000 11101

Color Harmonies of #890950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890950

Black with #890950

Text Example


Text Example

White with #890950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890950; }

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

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

background-color css

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

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

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

border-color css

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

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

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