#890C69

Color #890C69 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #890C69

Tints of Eggplant #890C69

Color information

#890C69 (or 0x890C69) is unknown color: approx Eggplant. HEX triplet: 89, 0C and 69. RGB value is (137,12,105). Sum of RGB (Red+Green+Blue) = 137+12+105=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C69 is #76F396. Grayscale: #3B3B3B. Windows color (decimal): -7795607 or 6884489. OLE color: 6884489.

HSL color Cylindrical-coordinate representation of color #890C69: hue angle of 315.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C69 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13712105-
CMYK00.910.230.46
HSL315.36º83.89%29.22%-
HSV(B)315.36º91.24%53.73%-
XYZ136.613.95-
YUV59.98153.41182.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=53.94%
G=4.72%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371210500.910.230.46315.3683.8929.22
Hex89C6905B172E13b541d
Octal211141510133275647312435
Binary10001001110011010010101101110111101110100111011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890C69; }

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

 H1.HeaderClassName
 {
   color: #890C69;
 }
 .AnyTagClassName
 {
   color: #890C69;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #890C69;
 }
 .BgClassName
 {
   background-color: #890C69;
 }
</style>
border-color css

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

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

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