Html Css Color HEX #890F5D Eggplant

📋 copy color: '#890F5D'

red 137 ◦ green 15 ◦ blue 93

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

Shades of Eggplant #890F5D

Tints of Eggplant #890F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 55.92%
G = 6.12%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#890F5D (or 0x890F5D) is known color: Eggplant. HEX triplet: 89, 0F and 5D. RGB value is (137,15,93). Sum of RGB (Red+Green+Blue) = 137+15+93=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #890F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F5D is #76F0A2. Grayscale: #3C3C3C. Windows color (decimal): -7794851 or 6098825. OLE color: 6098825.

HSL color Cylindrical-coordinate representation of color #890F5D: hue angle of 321.64º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F5D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 15 93 -
CMYK 0 0.89 0.32 0.46
HSL 321.64º 0.8% 0.3% -
HSV(B) 321.64º 0.89% 0.54% -
XYZ 12.46 6.45 10.94 -
YUV 60.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 137 15 93 0 0.89 0.32 0.46 321.64 0.8 0.3
Hex 89 F 5D 0 59 20 2E 142 50 1E
Octal 211 17 135 0 131 40 56 502 120 36
Binary 10001001 1111 1011101 0 1011001 100000 101110 101000010 1010000 11110

Color Harmonies of #890F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890F5D

Black with #890F5D

Text Example


Text Example

White with #890F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,93); }

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

background-color css

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

 a { background-color: rgb(137,15,93); }

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

border-color css

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

 span { border-color: rgb(137,15,93); }

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