Html Css Color HEX #890064 Eggplant

📋 copy color: '#890064'

red 137 ◦ green 0 ◦ blue 100

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

Shades of Eggplant #890064

Tints of Eggplant #890064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 57.81%
G = 0%
B = 42.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#890064 (or 0x890064) is known color: Eggplant. HEX triplet: 89, 00 and 64. RGB value is (137,0,100). Sum of RGB (Red+Green+Blue) = 137+0+100=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #890064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890064 is #76FF9B. Grayscale: #343434. Windows color (decimal): -7798684 or 6553737. OLE color: 6553737.

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

Color convert

RGB 137 0 100 -
CMYK 0 1 0.27 0.46
HSL 316.2º 1% 0.27% -
HSV(B) 316.2º 1% 0.54% -
XYZ 12.62 6.24 12.6 -
YUV 52.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 137 0 100 0 1 0.27 0.46 316.2 1 0.27
Hex 89 0 64 0 64 1B 2E 13C 64 1B
Octal 211 0 144 0 144 33 56 474 144 33
Binary 10001001 0 1100100 0 1100100 11011 101110 100111100 1100100 11011

Color Harmonies of #890064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890064

Black with #890064

Text Example


Text Example

White with #890064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890064; }

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

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

background-color css

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

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

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

border-color css

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

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

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