Html Css Color HEX #890750 Eggplant

📋 copy color: '#890750'

red 137 ◦ green 7 ◦ blue 80

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

Shades of Eggplant #890750

Tints of Eggplant #890750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 61.16%
G = 3.13%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#890750 (or 0x890750) is known color: Eggplant. HEX triplet: 89, 07 and 50. RGB value is (137,7,80). Sum of RGB (Red+Green+Blue) = 137+7+80=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #890750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890750 is #76F8AF. Grayscale: #363636. Windows color (decimal): -7796912 or 5244809. OLE color: 5244809.

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

Color convert

RGB 137 7 80 -
CMYK 0 0.95 0.42 0.46
HSL 326.31º 0.9% 0.28% -
HSV(B) 326.31º 0.95% 0.54% -
XYZ 11.84 6.05 8.13 -
YUV 54.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 137 7 80 0 0.95 0.42 0.46 326.31 0.9 0.28
Hex 89 7 50 0 5F 2A 2E 146 5A 1C
Octal 211 7 120 0 137 52 56 506 132 34
Binary 10001001 111 1010000 0 1011111 101010 101110 101000110 1011010 11100

Color Harmonies of #890750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890750

Black with #890750

Text Example


Text Example

White with #890750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890750; }

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

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

background-color css

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

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

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

border-color css

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

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

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