Html Css Color HEX #890065 Eggplant

📋 copy color: '#890065'

red 137 ◦ green 0 ◦ blue 101

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

Shades of Eggplant #890065

Tints of Eggplant #890065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 57.56%
G = 0%
B = 42.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#890065 (or 0x890065) is known color: Eggplant. HEX triplet: 89, 00 and 65. RGB value is (137,0,101). Sum of RGB (Red+Green+Blue) = 137+0+101=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #890065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890065 is #76FF9A. Grayscale: #343434. Windows color (decimal): -7798683 or 6619273. OLE color: 6619273.

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

Color convert

RGB 137 0 101 -
CMYK 0 1 0.26 0.46
HSL 315.77º 1% 0.27% -
HSV(B) 315.77º 1% 0.54% -
XYZ 12.67 6.26 12.85 -
YUV 52.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 137 0 101 0 1 0.26 0.46 315.77 1 0.27
Hex 89 0 65 0 64 1A 2E 13C 64 1B
Octal 211 0 145 0 144 32 56 474 144 33
Binary 10001001 0 1100101 0 1100100 11010 101110 100111100 1100100 11011

Color Harmonies of #890065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890065

Black with #890065

Text Example


Text Example

White with #890065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890065; }

 p { color: rgb(137,0,101); }

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

background-color css

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

 a { background-color: rgb(137,0,101); }

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

border-color css

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

 span { border-color: rgb(137,0,101); }

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