Html Css Color HEX #890350 Eggplant

📋 copy color: '#890350'

red 137 ◦ green 3 ◦ blue 80

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

Shades of Eggplant #890350

Tints of Eggplant #890350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 62.27%
G = 1.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#890350 (or 0x890350) is known color: Eggplant. HEX triplet: 89, 03 and 50. RGB value is (137,3,80). Sum of RGB (Red+Green+Blue) = 137+3+80=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #890350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890350 is #76FCAF. Grayscale: #333333. Windows color (decimal): -7797936 or 5243785. OLE color: 5243785.

HSL color Cylindrical-coordinate representation of color #890350: hue angle of 325.52º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #890350 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 3 80 -
CMYK 0 0.98 0.42 0.46
HSL 325.52º 0.96% 0.27% -
HSV(B) 325.52º 0.98% 0.54% -
XYZ 11.8 5.96 8.12 -
YUV 51.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 137 3 80 0 0.98 0.42 0.46 325.52 0.96 0.27
Hex 89 3 50 0 62 2A 2E 146 60 1B
Octal 211 3 120 0 142 52 56 506 140 33
Binary 10001001 11 1010000 0 1100010 101010 101110 101000110 1100000 11011

Color Harmonies of #890350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890350

Black with #890350

Text Example


Text Example

White with #890350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890350; }

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

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

background-color css

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

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

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

border-color css

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

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

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