Html Css Color HEX #890761 Eggplant

📋 copy color: '#890761'

red 137 ◦ green 7 ◦ blue 97

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

Shades of Eggplant #890761

Tints of Eggplant #890761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 56.85%
G = 2.9%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#890761 (or 0x890761) is known color: Eggplant. HEX triplet: 89, 07 and 61. RGB value is (137,7,97). Sum of RGB (Red+Green+Blue) = 137+7+97=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #890761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890761 is #76F89E. Grayscale: #373737. Windows color (decimal): -7796895 or 6358921. OLE color: 6358921.

HSL color Cylindrical-coordinate representation of color #890761: hue angle of 318.46º 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 #890761 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 7 97 -
CMYK 0 0.95 0.29 0.46
HSL 318.46º 0.9% 0.28% -
HSV(B) 318.46º 0.95% 0.54% -
XYZ 12.55 6.33 11.87 -
YUV 56.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 137 7 97 0 0.95 0.29 0.46 318.46 0.9 0.28
Hex 89 7 61 0 5F 1D 2E 13E 5A 1C
Octal 211 7 141 0 137 35 56 476 132 34
Binary 10001001 111 1100001 0 1011111 11101 101110 100111110 1011010 11100

Color Harmonies of #890761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890761

Black with #890761

Text Example


Text Example

White with #890761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890761; }

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

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

background-color css

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

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

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

border-color css

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

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

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