#896EB9

Color #896EB9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #896EB9

Tints of True V #896EB9

Color information

#896EB9 (or 0x896EB9) is unknown color: approx True V. HEX triplet: 89, 6E and B9. RGB value is (137,110,185). Sum of RGB (Red+Green+Blue) = 137+110+185=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #896EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EB9 is #769146. Grayscale: #7E7E7E. Windows color (decimal): -7770439 or 12152457. OLE color: 12152457.

HSL color Cylindrical-coordinate representation of color #896EB9: hue angle of 261.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #896EB9 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137110185-
CMYK0.260.4100.27
HSL261.6º34.88%57.84%-
HSV(B)261.6º40.54%72.55%-
XYZ24.6519.9748.45-
YUV126.62160.95135.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.71%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 185 (72.66% from 255) = 42.82%
R=31.71%
G=25.46%
B=42.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371101850.260.4100.27261.634.8857.84
Hex896EB91A2901B106233a
Octal21115627132510334064372
Binary1000100111011101011100111010101001011011100000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896EB9; }

 p { color: rgb(137,110,185); }

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

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

 a { background-color: rgb(137,110,185); }

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

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

 span { border-color: rgb(137,110,185); }

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