Html Css Color HEX #890069 Eggplant

📋 copy color: '#890069'

red 137 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #890069

Tints of Eggplant #890069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 56.61%
G = 0%
B = 43.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#890069 (or 0x890069) is known color: Eggplant. HEX triplet: 89, 00 and 69. RGB value is (137,0,105). Sum of RGB (Red+Green+Blue) = 137+0+105=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #890069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890069 is #76FF96. Grayscale: #343434. Windows color (decimal): -7798679 or 6881417. OLE color: 6881417.

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

Color convert

RGB 137 0 105 -
CMYK 0 1 0.23 0.46
HSL 314.01º 1% 0.27% -
HSV(B) 314.01º 1% 0.54% -
XYZ 12.87 6.34 13.91 -
YUV 52.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 137 0 105 0 1 0.23 0.46 314.01 1 0.27
Hex 89 0 69 0 64 17 2E 13A 64 1B
Octal 211 0 151 0 144 27 56 472 144 33
Binary 10001001 0 1101001 0 1100100 10111 101110 100111010 1100100 11011

Color Harmonies of #890069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890069

Black with #890069

Text Example


Text Example

White with #890069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890069; }

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

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

background-color css

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

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

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

border-color css

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

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

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